- 13 Mar, 2020 2 commits
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 300689836
-
Hongkun Yu authored
PiperOrigin-RevId: 300654832
-
- 12 Mar, 2020 1 commit
-
-
Jaehong Kim authored
PiperOrigin-RevId: 300447325
-
- 24 Feb, 2020 1 commit
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 296988935
-
- 23 Jan, 2020 1 commit
-
-
Jaehong Kim authored
PiperOrigin-RevId: 291110416
-
- 19 Dec, 2019 1 commit
-
-
David Chen authored
PiperOrigin-RevId: 286409835
-
- 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
-
- 06 Nov, 2019 1 commit
-
-
Ayush Dubey authored
PiperOrigin-RevId: 278902210
-
- 28 Oct, 2019 1 commit
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 277082247
-
- 19 Sep, 2019 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 270122397
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 270079001
-
- 13 Sep, 2019 1 commit
-
-
Ayush Dubey authored
PiperOrigin-RevId: 268836696
-
- 12 Sep, 2019 1 commit
-
-
Ayush Dubey authored
PiperOrigin-RevId: 268703439
-
- 21 Aug, 2019 1 commit
-
-
Ayush Dubey authored
PiperOrigin-RevId: 264511778
-
- 20 Aug, 2019 2 commits
-
-
Vinh Nguyen authored
-
Vinh Nguyen authored
using existing flag --fp16_implementation in official/utils/flags/_performance.py to enable automatic mixed precision
-
- 19 Aug, 2019 2 commits
-
-
Haoyu Zhang authored
Moving Keras ResNet models to `official/vision/image_classification` and benchmarks to `official/benchmark`. PiperOrigin-RevId: 264268533
-
Ayush Dubey authored
PiperOrigin-RevId: 264174913
-
- 16 Aug, 2019 1 commit
-
-
Ayush Dubey authored
Also add `worker_hosts` and `task_index` flags. These flags enable running the model over multiple hosts by passing the cluster information via command line. Setting `TF_CONFIG` will continue to work. PiperOrigin-RevId: 263825245
-
- 13 Aug, 2019 1 commit
-
-
Toby Boyd authored
-
- 10 Aug, 2019 1 commit
-
-
Vinh Nguyen authored
-
- 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.
-
- 05 Aug, 2019 2 commits
- 01 Aug, 2019 1 commit
-
-
Haoyu Zhang authored
-
- 30 Jul, 2019 1 commit
-
-
Igor authored
* Add accuracy and performance Resnet runs with --force_v2_in_keras_compile = True. * Fixed lint
-
- 24 Jul, 2019 1 commit
-
-
Toby Boyd authored
-
- 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.
-
- 19 Jul, 2019 1 commit
-
-
Igor authored
259030078 by isaprykin<isaprykin@google.com>: Clean up the --clone_model_in_keras_dist_strat from Keras Resnet. The cloning flag has been removed. The current rule is that cloning is only done in graph mode. That resulted in duplicate benchmarks: eager+no-cloning vs eager+cloning. I removed eager+cloning ones. -- 259026454 by isaprykin<isaprykin@google.com>: Internal change PiperOrigin-RevId: 259030078
-
- 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
-
- 19 Jun, 2019 1 commit
-
-
Toby Boyd authored
* set default steps to 300K. * Log flags to perfzero. * Add XLA support to transformer - Moved config logic to keras_utils - Added enable_xla flag to _performance flags - Did not refactor enable_xla flag from keras resnet due to reliance on calling FLAGs in estimator keras and that is a needed refactor for another time. * fix g3 lint complaint. * Refactor set config into keras_utils. * Move flags out of main. * pipe through enable_xla * Update official/transformer/v2/misc.py Co-Authored-By:Reed <reedwm@google.com>
-
- 14 Jun, 2019 1 commit
-
-
Toby Boyd authored
* layout off for some tests and channels last. * 8 gpu tests channels_last * more layout off tests.
-
- 06 Jun, 2019 2 commits
-
-
Haoyu Zhang authored
-
Haoyu Zhang authored
* Modify tweaked tests for better performance in no cloning mode * Tweak trivial models
-
- 05 Jun, 2019 1 commit
-
-
rxsang authored
-
- 03 Jun, 2019 2 commits
-
-
Haoyu Zhang authored
Because we run warmup tests in all real data benchmarks, XLA bugs will cause non-XLA tests to fail as well.
-
Toby Boyd authored
* Add mlperf like test. * Final comments. * docstring wording tweak. * non-tweaked version
-
- 31 May, 2019 1 commit
-
-
Haoyu Zhang authored
-