- 05 Jan, 2018 1 commit
-
-
Alexander Gorban authored
Before the fix the demo_inference.py used batch_norm and it did the normalization of input image implicitly. If at inference time the batch_norm was disabled the inference produced incorrect results. This fix does the proper input image normalization and disables the batch_norm at inference time.
-
- 21 Nov, 2017 2 commits
- 20 Nov, 2017 2 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 4 commits
-
-
Guang Yang authored
-
Martin Wicke authored
#attention_ocr: fix deprecation warnings and update usage examples
-
David Andersen authored
Consistent, fixed-width printing from adversarial crypto example.
-
Neal Wu authored
-
- 10 Nov, 2017 4 commits
-
-
Jonathan Huang authored
correct faster rcnn nas link.
-
Vivek Rathod authored
-
Jonathan Huang authored
fix preprocessor builder to pass correct kwargs to random_crop_pad op.
-
Vivek Rathod authored
-
- 09 Nov, 2017 2 commits
-
-
Neal Wu authored
-
Jonathan Huang authored
update ssd anchor generator and model zoo
-