- 26 May, 2020 1 commit
-
-
pkulzc authored
* Merged commit includes the following changes: 311933687 by Sergio Guadarrama: Removes spurios use of tf.compat.v2, which results in spurious tf.compat.v1.compat.v2. Adds basic test to nasnet_utils. Replaces all remaining import tensorflow as tf with import tensorflow.compat.v1 as tf -- 311766063 by Sergio Guadarrama: Removes explicit tf.compat.v1 in all call sites (we already import tf.compat.v1, so this code was doing tf.compat.v1.compat.v1). The existing code worked in latest version of tensorflow, 2.2, (and 1.15) but not in 1.14 or in 2.0.0a, this CL fixes it. -- 311624958 by Sergio Guadarrama: Updates README that doesn't render properly in github documentation -- 310980959 by Sergio Guadarrama: Moves research_models/slim off tf.contrib.slim/layers/framework to tf_slim -- 310263156 by Sergio Guadarrama: Adds model breakdown for MobilenetV3 -- 308640...
-
- 01 May, 2020 1 commit
-
-
Jaeyoun Kim authored
Add a TensorFlow requirement badge
-
- 26 Apr, 2020 2 commits
-
-
Jaeyoun Kim authored
Fix a broken link
-
Jaeyoun Kim authored
Fix a broken link
-
- 25 Apr, 2020 1 commit
-
-
Ordgod authored
The URL of the script for downloading and converting ImageNet data to TFRecord format has changed. I update the URL.
-
- 12 Nov, 2019 1 commit
-
-
Mark Sandler authored
279978375 by Sergio Guadarrama: Pass s=2 to the expanded_conv block so it can apply residual correctly in case of fused convolutions. (Before it was relying on channel mismatch only) -- 279788358 by Sergio Guadarrama: Update README to add mobilenet-edgetpu details -- 279774392 by Sergio Guadarrama: Adds MobilenetV3-EdgeTpu definition. -- 278917344 by Sergio Guadarrama: Create visualwakewords dataset using slim scripts instead of custom scripts. -- 277940048 by Sergio Guadarrama: Internal changes to tf.contrib symbols -- PiperOrigin-RevId: 279978375
-
- 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 includes the following changes: 245454983 by Sergio Guadarrama: Internal Cleanup -- PiperOrigin-RevId: 245454983
-
- 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_aux_head', 0) logits, endpoints = nasnet.build_nasnet_mobile( inputs, num_classes, config=config) PiperOrigin-RevId: 188617685 * Automated g4 rollback of changelist 188617685 PiperOrigin-RevId: 188619139 * Removes spurious comment
-
- 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 2 commits
-
-
Nathan Silberman authored
-
Nathan Silberman authored
-