- 05 Jun, 2017 1 commit
-
-
xiangjinwu authored
-
- 23 May, 2017 1 commit
-
-
Neal Wu authored
-
- 18 May, 2017 3 commits
-
-
Neal Wu authored
-
hizagalilo authored
-
Andrei Costinescu authored
Corrected documentation word "cropt" -> "crop"
-
- 13 May, 2017 1 commit
-
-
Neal Wu authored
-
- 12 May, 2017 1 commit
-
-
Matt Rickard authored
These scripts should exit immediately if a command exits with a non-zero status.
-
- 09 May, 2017 1 commit
-
-
Neal Wu authored
-
- 08 May, 2017 1 commit
-
-
Shallinlin authored
-
- 05 May, 2017 2 commits
-
-
Andrew Hundt authored
-
Andrew Hundt authored
-
- 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.
-
- 22 Apr, 2017 1 commit
-
-
Matt Rickard authored
Variable summaries and the learning rate are added elsewhere in the code. A quick search also shows that this function is never called.
-
- 21 Apr, 2017 1 commit
-
-
Egor-Krivov authored
'xrange' was used in multiple places. In this setting it provided no measurable gain in terms of performance or memory, but broke python3 compatibility. It was replaced with 'range'
-
- 20 Apr, 2017 2 commits
-
-
Matt Rickard authored
The flag description for the momentum flag states that it is `The momentum for the MomentumOptimizer and RMSPropOptimizer`, however its not actually used in the RMSPropOptimizer. Instead, a separate `rmsprop_momentum` flag was used. This deletes that flag for simplicity. It was not referenced anywhere else in the repo.
-
Stephen Tridgell authored
-
- 11 Apr, 2017 1 commit
-
-
vonclites authored
* Fixed model_deploy to correctly assign weights to variables_device * Adding test for network_fn's arg_scope * Style fix (double blank line) * Add WORKSPACE file to models/slim so that imports work properly
-
- 10 Apr, 2017 1 commit
-
-
Daniil Pakhomov authored
-
- 06 Apr, 2017 1 commit
-
-
Konstantinos Bousmalis authored
-
- 02 Apr, 2017 2 commits
-
-
Konstantinos Bousmalis authored
-
Konstantinos Bousmalis authored
-
- 27 Mar, 2017 3 commits
-
-
Neal Wu authored
-
Konstantinos Bousmalis authored
-
Konstantinos Bousmalis authored
-
- 16 Mar, 2017 6 commits
- 15 Mar, 2017 1 commit
-
-
Neal Wu authored
-
- 14 Mar, 2017 8 commits
- 02 Mar, 2017 1 commit
-
-
Daniil Pakhomov authored
Slim walkthough notebook update to show difference of inference for models with 1000 and 1001 classes. (#591) * Example for VGG-19 inference was added to walkthough notebook. Example shows how to use networks that was trained using 1001 and 1000 classes. * Small comment was added. * changed VGG-19 to VGG-16
-