- 21 Feb, 2020 1 commit
-
-
Will Cromar authored
PiperOrigin-RevId: 296507807
-
- 14 Feb, 2020 1 commit
-
-
Ruoxin Sang authored
PiperOrigin-RevId: 295231206
-
- 23 Jan, 2020 1 commit
-
-
Jaehong Kim authored
PiperOrigin-RevId: 291110416
-
- 14 Jan, 2020 1 commit
-
-
Jaehong Kim authored
PiperOrigin-RevId: 289573318
-
- 09 Jan, 2020 1 commit
-
-
Jaehong Kim authored
PiperOrigin-RevId: 288841926
-
- 05 Dec, 2019 3 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 284016229
-
Jaehong Kim authored
PiperOrigin-RevId: 283962490
-
A. Unique TensorFlower authored
utils/misc/keras_utils PiperOrigin-RevId: 283885102
-
- 25 Nov, 2019 1 commit
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 282293668
-
- 21 Nov, 2019 1 commit
-
-
Allen Wang authored
PiperOrigin-RevId: 281793430
-
- 14 Nov, 2019 1 commit
-
-
Haoyu Zhang authored
PiperOrigin-RevId: 280465279
-
- 28 Oct, 2019 1 commit
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 277082247
-
- 04 Oct, 2019 1 commit
-
-
Jing Li authored
PiperOrigin-RevId: 272915002
-
- 09 Sep, 2019 1 commit
-
-
Reed Wanderman-Milne authored
--stop_threshold, --num_gpu, --hooks, --export_dir, and --distribution_strategy have been unexposed from models which do not use them PiperOrigin-RevId: 268032080
-
- 04 Sep, 2019 1 commit
-
-
Reed Wanderman-Milne authored
--clean, --train_epochs, and --epochs_between_evals have been unexposed from models which do not use them PiperOrigin-RevId: 267065651
-
- 03 Sep, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 267007907
-
- 30 Aug, 2019 1 commit
-
-
Reed Wanderman-Milne authored
PiperOrigin-RevId: 266458583
-
- 26 Aug, 2019 1 commit
-
-
Reed Wanderman-Milne authored
--synthetic_data, --dtype, --all_reduce_alg, and --num_packs have been unexposed from models which do not use them PiperOrigin-RevId: 265483564
-
- 20 Aug, 2019 1 commit
-
-
Vinh Nguyen authored
using existing flag --fp16_implementation in official/utils/flags/_performance.py to enable automatic mixed precision
-
- 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
-
-
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
-
- 09 Aug, 2019 1 commit
-
-
Vinh Nguyen authored
-
- 05 Aug, 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
-
- 21 Jun, 2019 1 commit
-
-
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
-
- 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.
-
- 31 May, 2019 2 commits
-
-
Goldie Gadde authored
-
Haoyu Zhang authored
* Support pure eager execution in ResNet50 * Use smaller batch size
-
- 28 May, 2019 1 commit
-
-
Haoyu Zhang authored
-
- 24 May, 2019 1 commit
-
-
Toby Boyd authored
-
- 23 May, 2019 1 commit
-
-
rxsang authored
* Add enable_get_next_as_optional flag. * Set enable_get_next_as_optional to strategy. * Add comments to explain the flag. * Remove trailing whitespace. * Remove trailing space.
-
- 15 May, 2019 2 commits
-
-
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.
-
Rachel Lim authored
* Added 'tfdata_exp' version of all benchmarks which set FLAGS.tf_data_experimental_slack = True. Renamed `data_prefetch_with_slack` to `data_delay_prefetch` (haoyu's change) to make the names more distinct. * Add flag to resnet input pipeline and surface through keras_imagenet_main.py
-
- 10 May, 2019 2 commits
-
-
Haoyu Zhang authored
* Do not report metrics in performance benchmarks * Rename flag
-
Haoyu Zhang authored
-
- 09 May, 2019 1 commit
-
-
Haoyu Zhang authored
* Add learning rate tensor. This makes training slower * Improve LearningRateSchedule with better efficiency * Fix lint error * Replace constant definition with existing one
-
- 06 May, 2019 1 commit
-
-
Haoyu Zhang authored
-