- 13 Apr, 2018 15 commits
-
-
Zhichao Lu authored
PiperOrigin-RevId: 192421843
-
Zhichao Lu authored
Returning eval_on_train_input_fn from create_estimator_and_inputs(), rather than using train_input_fn in EVAL mode (which will still have data augmentation). PiperOrigin-RevId: 192320460
-
Zhichao Lu authored
PiperOrigin-RevId: 192226678
-
Zhichao Lu authored
PiperOrigin-RevId: 192195514
-
Zhichao Lu authored
PiperOrigin-RevId: 192166224
-
Zhichao Lu authored
PiperOrigin-RevId: 192147130
-
Zhichao Lu authored
PiperOrigin-RevId: 192132440
-
Zhichao Lu authored
PiperOrigin-RevId: 192006190
-
Zhichao Lu authored
Migrating away from Experiment class, as it is now deprecated. Also, refactoring into a separate model library and binaries. PiperOrigin-RevId: 192004845
-
Zhichao Lu authored
PiperOrigin-RevId: 191957195
-
Zhichao Lu authored
Add an option to skip the last striding in mobilenet. The modified network has nominal output stride 16 instead of 32. PiperOrigin-RevId: 191932855
-
Zhichao Lu authored
Add option to override base feature extractor hyperparams in SSD models. This would allow us to use the same set of hyperparams for the complete feature extractor (base + new layers) if desired. PiperOrigin-RevId: 191787921
-
Zhichao Lu authored
Adding an attribute to SSD model to indicate which fields in prediction dictionary have a batch dimension. This will be useful for future video models. PiperOrigin-RevId: 191743097
-
Zhichao Lu authored
PiperOrigin-RevId: 191668425
-
pkulzc authored
-
- 12 Apr, 2018 4 commits
-
-
Taylor Robie authored
* begin transfer from contrib fork more changes to resnet_run_loop use AUTOTUNE in prefetch first pass at resnet with functional distribution strategies fix syntax error delint aesthetic tweaks delint and fix typos rip multi_gpu flag out of resnet entirely. Subject to saved model load verification update cifar10 and imagenet tests to reflect that the model function no longer need to know about multi_gpu fix imagenet test start addressing PR comments more PR response work * misc tweaks * add a comment * final pr tweaks * fix parsers
-
Vered Shwartz authored
-
Mark Daoust authored
Correct a small typo
-
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 8 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
-