- 26 Apr, 2019 1 commit
-
-
pkulzc authored
* Merged commit includes the following changes: 244869387 by Sergio Guadarrama: This CL adds script/code to generate Visual WakeWords Dataset annotation files and TF records starting from COCO dataset. -- 244866660 by Sergio Guadarrama: Add VisualWakeWords Dataset to Slim dataset_factory to train MobileNets on it. -- 244836000 by Sergio Guadarrama: n/a -- 244104396 by Sergio Guadarrama: Add an option whether to enable / disable image cropping in inception_preprocessing. -- 242040128 by Sergio Guadarrama: Internal change 241793677 by Sergio Guadarrama: Internal change 241073081 by Sergio Guadarrama: Internal change 240131189 by Sergio Guadarrama: Internal change PiperOrigin-RevId: 244869387 * Merged commit includes the following changes: 245431876 by Sergio Guadarrama: Internal cleanup -- PiperOrigin-RevId: 245431876 * Merged commit in...
-
- 26 Jul, 2018 1 commit
-
-
Chenxi Liu authored
* PiperOrigin-RevId: 201234832 * PiperOrigin-RevId: 202507333 * PiperOrigin-RevId: 204320344 * Add PNASNet-5 mobile network model and cell structure. PiperOrigin-RevId: 204735410 * Add option to customize individual projection layer activation. PiperOrigin-RevId: 204776951
-
- 19 Jun, 2018 1 commit
-
-
Mark Sandler authored
2. Flag that allows to prevent imagenet.py from downloading label_to_names from github and/or dumping into training directory (which might be read-only) 3. Adds some comments about how decay steps are computed, since it computed differently when there are clones vs sync replicas. 4. Updates mobilenet.md to describe the training process using train_image_classifer 5. Add citation for TF-Slim model library. PiperOrigin-RevId: 191955231 PiperOrigin-RevId: 193254125 PiperOrigin-RevId: 193371562 PiperOrigin-RevId: 194085628 PiperOrigin-RevId: 194857067 PiperOrigin-RevId: 196125653 PiperOrigin-RevId: 196589070 PiperOrigin-RevId: 199522873 PiperOrigin-RevId: 200351305
-
- 28 Mar, 2018 1 commit
-
-
Mark Sandler authored
* PiperOrigin-RevId: 189857068 * PiperOrigin-RevId: 190089200 * Merge pull request #3702 from cclauss/from-six.moves-import-xrange-yet-again from six.moves import xrange (en masse) YET AGAIN PiperOrigin-RevId: 190255581 * I Fixes bunch of model tests that were using python2 functions. II Updates mobilenet code: 1) Mobilenet usage example 2) Links to all checkpoints and updated README 3) Performance graphs PiperOrigin-RevId: 190300379 * PiperOrigin-RevId: 190306214 * Updates notebook to reflect canonical repository location and fixes few variable names.
-
- 23 Mar, 2018 1 commit
-
-
maximneumann authored
-
- 13 Mar, 2018 1 commit
-
-
Mark Sandler authored
* Internal change. PiperOrigin-RevId: 187042423 * Internal change. PiperOrigin-RevId: 187072380 * Opensource float and eight-bit fixed-point mobilenet_v1 training and eval scripts. PiperOrigin-RevId: 187106140 * Initial check-in for Mobilenet V2 PiperOrigin-RevId: 187213595 * Allow configuring batch normalization decay and epsilon in MobileNet v1 PiperOrigin-RevId: 187425294 * Allow overriding NASNet model HParams. This is a change to the API that will allow users to pass in their own configs to the building functions, which should make these APIs much more customizable for end-user cases. This change removes the use_aux_head argument from the model construction functions, which is no longer necessary given that the use_aux_head option is configurable in the model config. For example, for the mobile ImageNet model, the auxiliary head can be disabled using: config = nasnet.mobile_imagenet_config() config.set_hparam('use...
-
- 26 Feb, 2018 1 commit
-
-
Suharsh Sivakumar authored
-
- 28 Oct, 2017 1 commit
-
-
Sergio Guadarrama authored
Includes new gan nets. Inclues new NasNet models. PiperOrigin-RevId: 173772097
-
- 23 Sep, 2017 1 commit
-
-
Neal Wu authored
-
- 22 Sep, 2017 1 commit
-
-
David Andersen authored
-
- 21 Sep, 2017 1 commit
-
-
Neal Wu authored
-
- 12 Sep, 2017 1 commit
-
-
Jonathan R. Williford authored
In order to help address issue #5987, I'm adding references to the evaluation loop example. I'm also making it more obvious that this is not the main TF-Slim page and adding another reference to that page in the introductory paragraph.
-
- 10 Aug, 2017 1 commit
-
-
derekjchow authored
-
- 14 Jul, 2017 1 commit
-
-
James Pruegsanusak authored
-
- 06 Jul, 2017 3 commits
- 03 Jul, 2017 1 commit
-
-
Jaewoo Song authored
--logtostderr causes the following error: E tensorflow/examples/label_image/main.cc:319] Unknown argument --logtostderr
-
- 22 Jun, 2017 1 commit
-
-
Saurabh Gupta authored
-
- 20 Jun, 2017 1 commit
-
-
Sergio Guadarrama authored
* Add export inference_graph * Update Readme.md to include export_inference_graph
-
- 14 Jun, 2017 2 commits
-
-
Sergio Guadarrama authored
-
andrewghoward authored
* MobileNet V1 commit * updates to README
-
- 25 Apr, 2017 1 commit
-
-
Saurabh Gupta authored
* Updated slim README.md to include links to ResNetv2 models. * Change v1 to V1, v2 to V2, and other minor comments.
-
- 27 Mar, 2017 1 commit
-
-
Neal Wu authored
-
- 16 Mar, 2017 1 commit
-
-
Neal Wu authored
-
- 16 Jan, 2017 1 commit
-
-
Justine Tunney authored
Fixed #903
-
- 18 Nov, 2016 1 commit
-
-
Alex Kurakin authored
Adding list of maintainers Changing model links to point to tensorflow/models repository.
-
- 15 Nov, 2016 1 commit
-
-
Alex Kurakin authored
-
- 10 Nov, 2016 1 commit
-
-
Paul Ledbetter authored
Addresses issue #619.
-
- 31 Oct, 2016 1 commit
-
-
896066322 authored
-
- 11 Sep, 2016 1 commit
-
-
Daniel Julius Lasiman authored
-
- 10 Sep, 2016 1 commit
-
-
Adam Sheehan authored
The cloned slim directory is found in `$HOME/workspace/models/slim`, not `$HOME/workspace/slim`.
-
- 30 Aug, 2016 3 commits
-
-
Nathan Silberman authored
-
Nathan Silberman authored
-
Nathan Silberman authored
-
- 27 Aug, 2016 1 commit
-
-
nathansilberman authored
-