- 10 Mar, 2021 2 commits
-
-
Frederick Liu authored
PiperOrigin-RevId: 361957289
-
Frederick Liu authored
PiperOrigin-RevId: 361957289
-
- 26 Oct, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 339071563
-
Hongkun Yu authored
PiperOrigin-RevId: 339071563
-
- 06 Sep, 2020 2 commits
-
-
Chen Chen authored
Fix a bug that the transformer model cannot be saved when save_weights_only is set to False: https://github.com/tensorflow/models/issues/9186 PiperOrigin-RevId: 330292460
-
Chen Chen authored
Fix a bug that the transformer model cannot be saved when save_weights_only is set to False: https://github.com/tensorflow/models/issues/9186 PiperOrigin-RevId: 330292460
-
- 12 Aug, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 326286926
-
Hongkun Yu authored
PiperOrigin-RevId: 326286926
-
- 17 Jun, 2020 1 commit
-
-
Abdullah Rashwan authored
PiperOrigin-RevId: 316797555
-
- 24 May, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 312988874
-
- 14 May, 2020 1 commit
-
-
Hongkun Yu authored
Profiler has been integrated with TensorBoard callback and released in TF 2.2 PiperOrigin-RevId: 311475711
-
- 06 May, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 310228606
-
- 27 Apr, 2020 1 commit
-
-
Lucy Fox authored
PiperOrigin-RevId: 308666667
-
- 22 Apr, 2020 1 commit
-
-
Tayo Oguntebi authored
PiperOrigin-RevId: 307918408
-
- 25 Mar, 2020 1 commit
-
-
Will Cromar authored
PiperOrigin-RevId: 302921283
-
- 10 Mar, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 300203487
-
- 05 Mar, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 299160422
-
- 25 Feb, 2020 1 commit
-
-
Reed Wanderman-Milne authored
I plan on changing Keras to return Python floats instead of Numpy scalars, and this will break if .item() is called. Also, using the float constructor is cleaner, as it clearly communicates that a Python float is desired. PiperOrigin-RevId: 297192289
-
- 13 Feb, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 294997928
-
- 19 Dec, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 286325224
-
- 12 Dec, 2019 1 commit
-
-
A. Unique TensorFlower authored
enable_eager, tf_gpu_thread_mode and datasets_num_private_threads PiperOrigin-RevId: 285157129
-
- 27 Nov, 2019 2 commits
-
-
Hongkun Yu authored
enable_eager, tf_gpu_thread_mode and datasets_num_private_threads PiperOrigin-RevId: 282804724
-
A. Unique TensorFlower authored
enable_eager, tf_gpu_thread_mode and datasets_num_private_threads PiperOrigin-RevId: 282797514
-
- 25 Nov, 2019 1 commit
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 282293668
-
- 24 Oct, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 276518206
-
- 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
-
- 30 Aug, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 266413847
-
- 22 Aug, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 264853703
-
- 20 Aug, 2019 1 commit
-
-
Vinh Nguyen authored
-
- 16 Aug, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 263863438
-
- 15 Aug, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 263485329
-
- 09 Aug, 2019 1 commit
-
-
Vinh Nguyen 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.
-
- 21 Jun, 2019 1 commit
-
-
guptapriya authored
* trying fake merge call * make metrics optional * Remove extra print
-
- 19 Jun, 2019 2 commits
-
-
Reed authored
-
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>
-
- 18 Jun, 2019 1 commit
-
-
Toby Boyd authored
-
- 29 May, 2019 1 commit
-
-
Zhang Xunkai authored
* Make max_length and static_batch configurable. * Fix line length. * Fix incorrect parameters in building eval input. * Improve comments for readability.
-
- 24 May, 2019 1 commit
-
-
Toby Boyd authored
* Moved common keras code to utils. * Initial 1 gpu benchmark - Aligned flags with resnet example - removed code/features that are not super useful - eval as part of train if bleu source/ref provided - add exp_per_second hook * Rename benchmark classes, pass batch-size and log_steps. * fix docstring * Predict done with checkpoints inline - perfzero baseclass * steps not epochs with smoother training loop. * do not initialize history outside loop. * 5000 between eval not 500 * estimator to keras. * remove epochs var. * use range not xrange. * 200K steps for 1 gpu * fix global step
-