"vscode:/vscode.git/clone" did not exist on "7f0c734ff6aa0ea75d42a23d6080190514e7b77c"
- 30 Apr, 2019 1 commit
-
-
Toby Boyd authored
-
- 29 Apr, 2019 5 commits
-
-
Igor authored
Replace per_device with per_replica and PerDevice with PerReplica, because the PerDevice concept was renamed and doesn't exist anymore. (#6693) * Replace per_device with per_replica and PerDevice with PerReplica, because the PerReplica concept was renamed and doesn't exist anymore.
-
Toby Boyd authored
* Add accuracy check. * Avoid double flag init, move data_dir to real data. * Comment on lower accuracy target.
-
Shining Sun authored
* bug fix * bug fix
-
Igor authored
* Add benchmarks with the --cloning flag to Resnet and NFC. * Renamed cloning to clone_model_in_keras_dist_strat. Dropped a few tests that aren't essential. * Fixed up the formatting after re-naming the flag to a much longer name. Thanks, lint. * Fixed the lint error in nfc_common.py
-
Songyi Blair Han authored
-
- 26 Apr, 2019 3 commits
-
-
Toby Boyd authored
* Combined imagenet and cifar-10 benchmarks * Comments and epochs_between_evals. * Added tuned tests and cleaned up benchmark flags * Fix names. * Return results and add images/sec hook. * updated doc strings for return values. * 128 to 256 batch for FP16 test * added more doc strings to fix lint.
-
Ayush Dubey authored
* Add num_packs flag for MirroredStrategy's cross device ops. * fix parens * Fix lint errors and make all_reduce_alg more robust. * Set default num_packs to 1
-
Gaurav Jain authored
tf.test.is_gpu_available() should not be called in flags since this is called before app.main() and the runtime has not yet been initialized.
-
- 25 Apr, 2019 2 commits
-
-
Ayush Dubey authored
* Remove contrib AllReduceCrossDeviceOps and update all_reduce_alg options with MirroredStrategy. * cleanup
-
Haoyu Zhang authored
Reason: test failures because contrib is not available in V2 This reverts commit 325dd761.
-
- 24 Apr, 2019 6 commits
-
-
Toby Boyd authored
-
Shining Sun authored
* Added none check for output_dir * Change double quote to single
-
Haoyu Zhang authored
-
Yuefeng Zhou authored
-
Haoyu Zhang authored
-
Haoyu Zhang authored
* Introduce a short sleep before ds.prefetch in tf.data. * Further limit dataset threads to reduce CPU contention * Tuned dataset sleep time * Rename dataset sleep flag; enable it only for Keras Graph mode
-
- 23 Apr, 2019 2 commits
-
-
Toby Boyd authored
* Small word tweak * Few more tweaks
-
Usama Muneeb authored
Added additional information on using the `SavedModel` for prediction purposes.
-
- 22 Apr, 2019 3 commits
-
-
Toby Boyd authored
* Use tf.image.resize_with_crop_or_pad * exp_per_second and hr_at_10
-
Shining Sun authored
-
Toby Boyd authored
-
- 20 Apr, 2019 2 commits
-
-
Shining Sun authored
-
Shining Sun authored
* Remove contrib imports, or move them inline * Use exposed API for FixedLenFeature * Replace tf.logging with absl logging * Change GFile to v2 APIs * replace tf.logging with absl loggin in movielens * Fixing an import bug * Change gfile to v2 APIs in code * Swap to keras optimizer v2 * Bug fix for optimizer * Change tf.log to tf.keras.backend.log * Change the loss function to keras loss * convert another loss to keras loss * Resolve comments and fix lint * Add a doc string * Fix existing tests and add new tests for DS * Added tests for multi-replica * Fix lint * resolve comments * make estimator run in tf2.0 * use compat v1 loss * fix lint issue
-
- 18 Apr, 2019 2 commits
-
-
Shining Sun authored
-
Haoyu Zhang authored
-
- 17 Apr, 2019 4 commits
-
-
Shining Sun authored
* before moving test cases to the base class * Added tests for keras cifar and keras imagenet * fix cifar10_test * add blank lines * fix lint errors * fix lint * Resolve comments * Modified two resnet keras tests * Tests passed * Remove keras_test_base * Remove gpu from the no-dist tests
-
Yuefeng Zhou authored
* Update resnet_run_loop.py * Update resnet_run_loop.py * Update resnet_run_loop.py * Update resnet_run_loop.py * Update resnet_run_loop.py
-
rxsang authored
-
- 12 Apr, 2019 3 commits
-
-
Yash Katariya authored
* Update README.md * Update README.md * Update README.md
-
Dong Lin authored
-
Taylor Robie authored
-
- 11 Apr, 2019 2 commits
-
-
rxsang authored
* Revert "Revert " Ensure static shapes when enabling XLA in Resnet Keras model (#6508)" (#6517)" This reverts commit cc9eef76. * Set `batch_size` to keras.Input in non-eager mode. Eager mode currently has OOM problem. * Add comments for enable_eager flag. * Always set drop_remainder=True. * Only set drop_remainder=True for XLA.
-
rxsang authored
* Make BatchTimestamp object printable. * Removing trailing whitespace. * Make BatchTimestamp repr a string.
-
- 10 Apr, 2019 2 commits
-
-
Vighnesh Birodkar authored
* Refactored ResNet code and added additional architectures. * Added numerical layer names instead of alphabetical. * Change dash to underscore. * Corrected return statement. * Use conv_strides argument. * Set classes=10 * Use partial to reduce code duplication.
-
Haoyu Zhang authored
With trivial model, it improves the data input pipeline throughput from 12.5K to 15K on a DGX1 V100 machine.
-
- 08 Apr, 2019 3 commits
-
-
Shining Sun authored
* add ds support for ncf * remove comments for in_top_k * avoid expanding the input layers * resolve comments and fix lint * Added some comments in code and fix lint * fix lint * add some documentation * add tensorflow imports
-
Shining Sun authored
* Added main function to the two keras resent benchmarks * remove asserts
-
Haoyu Zhang authored
Forgot to add the `dtype='fp16'` flag in previous CL...
-