"vscode:/vscode.git/clone" did not exist on "ad1dac49790ba6abd83a47af3ac81def584b0058"
- 22 Apr, 2017 3 commits
-
-
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 9 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
-
Neal Wu authored
-
Matt Rickard authored
This broke the bazel build of inception/download_and_preprocess_flowers The way that this script is written doesn't actually allow it to be ran outside bazel, some refactoring would be needed if you want to run it standalone. It should be ran using ``` bazel build inception/download_and_preprocess_flowers bazel-bin/inception/download_and_preprocess_flowers "${FLOWERS_DATA_DIR}" ```
-
- 06 Apr, 2017 2 commits
-
-
cxx authored
-
Jean de Klerk authored
-