- 12 Apr, 2018 1 commit
-
-
Franck Verrot authored
This commit changes a tiny typo in the Eager Execution notebook.
-
- 11 Apr, 2018 4 commits
-
-
Asim Shankar authored
official/mnist: Use tf.keras.Sequential
-
Igor Ganichev authored
While the original code works fine in practice, it technically allows gradient application and moving average update to happen in any order. This causes the behavior to deviate from pure mathematical specifications.
-
Igor Ganichev authored
While the original code works fine in practice, it technically allows gradient application and moving average update to happen in any order. This causes the behavior to deviate from pure mathematical specifications.
-
Asim Shankar authored
-
- 10 Apr, 2018 9 commits
-
-
Taylor Robie authored
* change reference_data.py to use tf.gfile * simplify json treatment * Update reference files to account for a superficial change in batch_norm
-
Asim Shankar authored
-
Asim Shankar authored
-
Qianli Scott Zhu authored
-
Yukun Zhu authored
Fix string to bytes conversion in deeplab data input. #3885
-
Asim Shankar authored
-
Asim Shankar authored
-
Scott Zhu authored
The current code does not work in py2 since the input string could contain unicode string, and default encoding in ASCII in py2. Change the method to only do encode() which convert string to byte array when running python3.
-
Karmel Allison authored
* Adding tests * Adding tests * Repackaging * Adding logging * Linting
-
- 09 Apr, 2018 9 commits
-
-
Lukasz Kaiser authored
Updating DELF README
-
Andre Araujo authored
-
pkulzc authored
Update create_pascal_tf_record.py
-
pkulzc authored
Update evaluation_protocols.md
-
Taylor Robie authored
* Add fp16 support to resnet. * address PR comments * add dtype checking to model definition * delint * more PR comments * few more tweaks * update resnet checkpoints
-
aquariusjay authored
add ADE20K dataset
-
Karmel Allison authored
* Adding cast to fp32 * Adding myself to OWNERS
-
yinchunfeng authored
Update evaluation_protocols.md
-
yinchunfeng authored
duplicate eval metric: change the fourth metric from ## Weighted PASCAL VOC detection metric to ## Weighted PASCAL VOC instance segmentation metric .
-
- 08 Apr, 2018 2 commits
- 06 Apr, 2018 5 commits
-
-
Qianli Scott Zhu authored
-
Mark Daoust authored
Touch-ups to eager's getting started guide
-
Karmel Allison authored
-
Qianli Scott Zhu authored
-
Yubin Ruan authored
-
- 05 Apr, 2018 3 commits
-
-
Mark Daoust authored
-
aquariusjay authored
Fix typo
-
hsm207 authored
-
- 04 Apr, 2018 7 commits
-
-
Akshay Agrawal authored
-
Akshay Agrawal authored
* "Machine Learning" --> Machine learning. * "steepest the ascent" --> "steepest ascent" * "standard gradient descent" --> "stochastic gradient descent"
-
Joel Shor authored
Add cyclegan to open source tensorflow/models
-
Yukun Zhu authored
Add input images, labels, and output semantic predictions to summary
-
Dominik Schlösser authored
-
Dheera Venkatraman authored
-
Dheera Venkatraman authored
-