- 13 Apr, 2021 1 commit
-
-
Reed Wanderman-Milne authored
This replaces symbols in tf.keras.mixed_precision.experimental with the corresponding nonexperimental symbols. In some cases, passing a Policy is replaced with passing a policy name for conciseness. Additionally, for the Shakespeare model, the loss_scale flag is removed, since supporting it with the nonexperimental API is slightly more verbose and it is recommended users use the default loss scale. PiperOrigin-RevId: 368123944
-
- 23 Mar, 2021 1 commit
-
-
Jay Shi authored
PiperOrigin-RevId: 364541922
-
- 13 Sep, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 331359058
-
- 10 Aug, 2020 1 commit
-
-
Hongkun Yu authored
-
- 19 May, 2020 1 commit
-
-
Hongkun Yu authored
Remove is_v2_0 PiperOrigin-RevId: 312336907
-
- 17 Apr, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 306994199
-
- 04 Apr, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 304729158
-
- 05 Mar, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 299160422
-
- 27 Nov, 2019 1 commit
-
-
Sai Ganesh Bandiatmakuri authored
This will help general debugging by enabling custom execution with --benchmark_method_flags. E.g --benchmark_method_flags=train_steps=7 will run the benchmark for only 7 steps without modifying benchmark code. PiperOrigin-RevId: 282799341
-
- 06 Nov, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 278754959
-
- 08 Oct, 2019 1 commit
-
-
George Karpenkov authored
PiperOrigin-RevId: 273527676
-
- 30 Sep, 2019 1 commit
-
-
George Karpenkov authored
PiperOrigin-RevId: 272077584
-
- 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
-
-
David Chen authored
PiperOrigin-RevId: 267063328
-
- 06 Aug, 2019 1 commit
-
-
Taylor Robie authored
* add non-CuDNN LSTM * condition eager on v2 for no cudnn benchmark * remove implementation specification * add comments and adjust benchmarks * re-add implementation=2 * update docstrings
-
- 31 Jul, 2019 1 commit
-
-
Toby Boyd authored
-
- 23 Jul, 2019 2 commits
-
-
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.
-
Toby Boyd authored
-
- 18 Jul, 2019 1 commit
-
-
Toby Boyd authored
* Added benchmarks and common flags. * Add cpu tests. * Add tracking epoch times. * fix transformer. * Add examples_per_second. * fix pylint
-
- 15 Jul, 2019 1 commit
-
-
Bruce Fontaine authored
* Initial implementation of Shakespeare character LSTM. * Fix import order
-