- 21 Nov, 2017 10 commits
-
-
Neal Wu authored
Compression: from six.moves import xrange for Python 3
-
Neal Wu authored
-
Neal Wu authored
Transformer: from six.moves import xrange for Python 3
-
Neal Wu authored
-
Neal Wu authored
Add TFGAN examples and add `gan` to readme
-
joel-shor authored
-
Joel Shor authored
PiperOrigin-RevId: 176534973
-
Neal Wu authored
Remove `import google3` from slim nets.
-
cclauss authored
-
cclauss authored
xrange() was removed in Python 3 in favor of range()
-
- 20 Nov, 2017 3 commits
- 18 Nov, 2017 12 commits
-
-
Jonathan Huang authored
update broken ssd models in the zoo along with notebook.
-
Vivek Rathod authored
-
Jonathan Huang authored
minor updates in documentation.
-
Vivek Rathod authored
-
Jonathan Huang authored
Add dataset tools, pretrained models and documentatinos for open imag…
-
Vivek Rathod authored
-
Vivek Rathod authored
-
Vivek Rathod authored
-
Jonathan Huang authored
add inference tools for Open Image dataset.
-
Jonathan Huang authored
update offline metrics for Open Images dataset.
-
Jonathan Huang authored
move dataset tools into a subfolder.
-
Vivek Rathod authored
-
- 17 Nov, 2017 4 commits
-
-
Vivek Rathod authored
-
Vivek Rathod authored
-
Mark Daoust authored
* Add simplifications requested by get_started writers. * More cleanup * Clearer names and comments * Use the keys from the train dict * Use regular input_fn pattern * Add comments to input functions
-
Barret Zoph authored
-
- 16 Nov, 2017 2 commits
-
-
Mark Daoust authored
Update blog_estimators_dataset.py requires r1.4 for tf.data
-
mhyttsten authored
Added assert for TensorFlow r1.4 since tf.data is required.
-
- 15 Nov, 2017 2 commits
-
-
Ivan Bogatyy authored
Add autograd v1.1.13 dependency to manual install
-
Martin Kersner authored
tf.contrib.framework.get_or_create_global_step -> tf.train.get_or_create_global_step
-
- 14 Nov, 2017 2 commits
-
-
Emma Strubell authored
-
Ivan Bogatyy authored
* Release DRAGNN bulk networks
-
- 13 Nov, 2017 2 commits
-
-
Ivan Bogatyy authored
Fix SyntaxNet/DRAGNN Dockerfile build
-
Martin Wicke authored
Attention OCR: Add missing is_training to batch_norm and dropout
-
- 12 Nov, 2017 1 commit
-
-
Alexander Gorban authored
-
- 11 Nov, 2017 2 commits
-
-
Guang Yang authored
-
Martin Wicke authored
#attention_ocr: fix deprecation warnings and update usage examples
-