- 24 Apr, 2017 1 commit
-
-
Alexander Gorban authored
-
- 23 Apr, 2017 1 commit
-
-
Neal Wu authored
-
- 22 Apr, 2017 5 commits
-
-
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.
-
Saurabh Gupta authored
-
Neal Wu authored
-
Ryan Sepassi authored
-
Lukasz Kaiser authored
Add adversarial text model
-
- 21 Apr, 2017 4 commits
-
-
Lukasz Kaiser authored
Implementation for Cognitive Mapping and Planning paper.
-
Ryan Sepassi authored
-
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'
-
Saurabh Gupta authored
-
- 20 Apr, 2017 12 commits
-
-
mloenow authored
-
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.
-
Neal Wu authored
-
Neal Wu authored
-
Spencer Stirling authored
-
Stephen Tridgell authored
-
Neal Wu authored
-
Neal Wu authored
-
Scott Sievert authored
-
Scott Sievert authored
-
mloenow authored
-
mloenow authored
-
- 18 Apr, 2017 2 commits
-
-
Nick Johnston authored
Code organization for the compression models
-
Nick Johnston authored
subdirectory.
-
- 13 Apr, 2017 4 commits
-
-
Neal Wu authored
-
Andrew Selle authored
Further updates to ISSUE_TEMPLATE.md
-
Neal Wu authored
-
Neal Wu authored
-
- 12 Apr, 2017 3 commits
- 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 7 commits
-
-
Daniil Pakhomov authored
-
Alex Lee authored
-
Andrew Selle authored
Fix issue template
-
Andrew Selle authored
-
Andrew Selle authored
Issue template for models.
-
Andrew Selle authored
-
Neal Wu authored
-