- 14 Apr, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 306521269
-
- 05 Mar, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 299160422
-
- 24 Feb, 2020 1 commit
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 296988935
-
- 28 Jan, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 292007895
-
- 05 Dec, 2019 1 commit
-
-
Haoyu Zhang authored
No need to test explicit_gpu_placement + no_dist_strat + function case, since the performance issue is already fixed by unifying the Keras codepaths. However, there is still performance gap using the explicit_gpu_placement flag when run_eagerly. PiperOrigin-RevId: 283890008
-
- 27 Nov, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 282669615
-
- 25 Nov, 2019 1 commit
-
-
Sai Ganesh Bandiatmakuri authored
This will help general debugging by enabling custom execution with --benchmark_method_steps. E.g --benchmark_method_steps=train_steps=7 will run the benchmark for only 7 steps without modifying benchmark code. PiperOrigin-RevId: 282396875
-
- 19 Aug, 2019 1 commit
-
-
Haoyu Zhang authored
Moving Keras ResNet models to `official/vision/image_classification` and benchmarks to `official/benchmark`. PiperOrigin-RevId: 264268533
-
- 16 Aug, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 263837214
-
- 06 Aug, 2019 1 commit
-
-
Toby Boyd authored
* force_v2_in_keras_compile FLAG default to None and added seperate temp path. * switch to force testing 1v path not force v2 path. * Rename function force_v1_path.
-
- 02 Aug, 2019 1 commit
-
-
Haoyu Zhang authored
261339941 by haoyuzhang<haoyuzhang@google.com>: Own library functions in Keras ResNet models, and remove dependencies on v1 Estimator version of ResNet models. Most dependencies that the Keras version has are related to data input pipelines. Created dedicated files (cifar_preprocessing.py, imagenet_preprocessing.py) to collect all logic handling Cifar and ImageNet data input function. -- 261339166 by haoyuzhang<haoyuzhang@google.com>: Internal change 261317601 by akuegel<akuegel@google.com>: Internal change 261218818 by A. Unique TensorFlower<gardener@tensorflow.org>: Internal change PiperOrigin-RevId: 261339941
-
- 23 Jul, 2019 1 commit
-
-
Toby Boyd authored
* Add force_run_distributed tests. * Added enable_eager * r/force_run_distributed/force_v2_in_keras_compile * Adding force_v2 tests and FLAGs. * Rename method to avoid conflict. * Add cpu force_v2 tests. * fix lint, wrap line. * change to force_v2_in_keras_compile * Update method name. * Lower mlperf target to 0.736.
-
- 11 Jul, 2019 1 commit
-
-
Toby Boyd authored
* Move to global_step. * Hook to use global_step. * fix comment start step 1 not step 0. * remove hack used for testing. * Add docstring.
-
- 21 Jun, 2019 2 commits
-
-
Toby Boyd authored
* cpu benchmark and accuracy tests. * add docstrings to fix lint.
-
Toby Boyd authored
* XLA FP32 and first test * More XLA benchmarks FP32. * Add eager to NCF and refactor resnet. * fix v2_0 calls and more flag refactor. * Remove extra flag args. * 90 epoch default * add return * remove xla not used by estimator. * Remove duplicate run_eagerly. * fix flag defaults. * Remove fp16_implementation flag option. * Remove stop early on mlperf test. * remove unneeded args. * load flags from keras mains.
-
- 20 Jun, 2019 1 commit
-
-
Haoyu Zhang authored
* Do not set learning phase when skipping eval * Do not set learning phase in no dist strat case * Added device placement, tweaked benchmarks * Added tweaked benchmarks for Cifar * Fix device scope * Fix lint * Add explicit GPU placement flag * Also run accuracy test with explicit GPU placement * Added doc string
-
- 14 Jun, 2019 1 commit
-
-
Toby Boyd authored
* Add 1 gpu force_eager benchmark * Add accuracy for no dist strat eager * remvove return.
-
- 13 Jun, 2019 1 commit
-
-
Toby Boyd authored
-
- 15 May, 2019 1 commit
-
-
Igor authored
* Set the --clone_model_in_keras_dist_strat to None. Remove the separate no_cloning benchmarks and add a couple of cloning ones. Fixes the learning rate schedule to cache its ops per graph.
-
- 29 Apr, 2019 1 commit
-
-
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
-
- 08 Apr, 2019 2 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
-
- 22 Feb, 2019 3 commits
- 13 Feb, 2019 1 commit
-
-
Yuefeng Zhou authored
* Add a flag to specify distribution strategies. * Fix a small error. * Address comments. * Address comments. * Fix typos.
-
- 12 Feb, 2019 1 commit
-
-
Toby Boyd authored
* fix test benchmark_graph_1_gpu_no_dist_strat failing - Failure only occurs when all 1_gpu tests are run together with the error: tensorflow.python.framework.errors_impl.NotFoundError: Resource localhost/logdir:/tmp/cifar10_model/ N10tensorflow22SummaryWriterInterfaceE does not exist. [Op:WriteScalarSummary] name: epoch_loss/ Another fix might be to generate a different model_dir in the core code, but that has other draw backs such as restarting from the checkpoint. * Model_dir for all tests.
-
- 01 Feb, 2019 1 commit
-
-
Dong Lin authored
* Export benchmark stats using tf.test.Benchmark.report_benchmark() * Fix python style using pyformat
-
- 31 Jan, 2019 1 commit
-
-
Toby Boyd authored
* Add resnet56 short tests. - created base benchmark module - renamed accuracy test class to contain the word Accuracy which will result in a need to update all the jobs and a loss of history but is worth it. - short tests are mostly copied from shining with oss refactor * Address feedback. * Move flag_methods to init - Address setting default flags repeatedly. * Rename accuracy tests. * Lint errors resolved. * fix model_dir set to flags.data_dir. * fixed not fulling pulling out flag_methods.
-
- 18 Jan, 2019 1 commit
-
-
Toby Boyd authored
* Change to gfile.Exists and deeper link to CIFAR-10 * fix lint and use tf.gfile
-
- 17 Jan, 2019 1 commit
-
-
Toby Boyd authored
-
- 15 Jan, 2019 1 commit
-
-
Toby Boyd authored
* Added pass/fail and eager tests * Add eager multi-gpu test.
-
- 11 Jan, 2019 1 commit
-
-
Shining Sun authored
-
- 27 Dec, 2018 2 commits
-
-
Shining Sun authored
-
Shining Sun authored
-
- 23 Dec, 2018 1 commit
-
-
Toby Boyd authored
- kears_cifar_main returns dict of stats after run. - unit tests added for keras_common. - lint issues fixed in all 4 files.
-
- 22 Dec, 2018 1 commit
-
-
Shining Sun authored
-
- 21 Dec, 2018 1 commit
-
-
Toby Boyd authored
-
- 10 Dec, 2018 1 commit
-
-
Toby Boyd authored
-
- 07 Dec, 2018 1 commit
-
-
Toby Boyd authored
-