- 05 May, 2017 1 commit
-
-
Chris Waterson authored
* Refactor to use distributed TF API; add driver script. * Add explicit GPU flag so multiple cards can be used. * Update docs to mention distributed.sh. * Don't make use of HParams yet, since they're not available in TF1.0
-
- 04 May, 2017 1 commit
-
-
Lukasz Kaiser authored
Updates to adversarial_text model
-
- 03 May, 2017 3 commits
-
-
Ryan Sepassi authored
-
zora tung authored
Remove --no-preserve=all build_pip_package.py
-
markomernick authored
This commit removes --no-preserve=all from syntaxnet/dragnn/tools/build_pip_package.py. It was causing issues for OSX developers, as that option is not available on OSX.
-
- 02 May, 2017 1 commit
-
-
Martin Wicke authored
Open source release of Attention OCR
-
- 01 May, 2017 6 commits
-
-
Alexander Gorban authored
-
Alexander Gorban authored
-
Alexander Gorban authored
-
Lukasz Kaiser authored
stack outputs instead of concat outputs
-
David Andersen authored
Open source release of adversarial crypto code. (self-merging based upon email approval by martinwicke)
-
David G. Andersen authored
to Abadi & Andersen paper.
-
- 29 Apr, 2017 2 commits
-
-
Keping Wang authored
-
Xin Pan authored
Fix num_residual_units for w28-10
-
- 28 Apr, 2017 1 commit
-
-
Queequeg authored
Fix num_residual_units for w28-10
-
- 27 Apr, 2017 3 commits
-
-
Martin Wicke authored
A script to generate a text file with FSNS URLs.
-
Neal Wu authored
Fix a typo.
-
handong1587 authored
-
- 26 Apr, 2017 2 commits
-
-
Scott Sievert authored
-
Xin Pan authored
Improvements to several READMEs
-
- 25 Apr, 2017 3 commits
-
-
Neal Wu authored
-
Saurabh Gupta authored
* Updated slim README.md to include links to ResNetv2 models. * Change v1 to V1, v2 to V2, and other minor comments.
-
Ido Shamay authored
Default is TensorFlow default of 'grpc' communication protocol. If TensorFlow was complied with Verbs support 'grpc+verbs' can be used to accelerate the tensor passing communication.
-
- 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 6 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
-