- 18 Dec, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 286103069
-
- 17 Dec, 2019 2 commits
-
-
Chris Jones authored
PiperOrigin-RevId: 285974579
-
Hongkun Yu authored
PiperOrigin-RevId: 285905996
-
- 16 Dec, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 285765110
-
- 14 Dec, 2019 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 285533511
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 285503670
-
- 12 Dec, 2019 2 commits
-
-
Chen Chen authored
PiperOrigin-RevId: 285285388
-
A. Unique TensorFlower authored
enable_eager, tf_gpu_thread_mode and datasets_num_private_threads PiperOrigin-RevId: 285157129
-
- 10 Dec, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 284805626
-
- 03 Dec, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 283622345
-
- 02 Dec, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 283266705
-
- 29 Nov, 2019 1 commit
-
-
Mirali Ahmadli authored
-
- 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 2 commits
-
-
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
-
Zongwei Zhou authored
PiperOrigin-RevId: 282293668
-
- 22 Nov, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 281872406
-
- 21 Nov, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 281641189
-
- 18 Nov, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 281086898
-
- 14 Nov, 2019 1 commit
-
-
Allen Wang authored
PiperOrigin-RevId: 280455983
-
- 11 Nov, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 279798675
-
- 29 Oct, 2019 1 commit
-
-
Allen Wang authored
PiperOrigin-RevId: 277305436
-
- 24 Oct, 2019 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 276518206
-
Madhura Pande authored
Using this code on GPU, was not logging "learning_rate" and "gradient norm" etc. We need to use simple "tf.summary.scalar" instead of contrib one to log these params. Tested on Tensorflow 1.14.
-
- 11 Oct, 2019 3 commits
-
-
Hongkun Yu authored
This reverts commit b4e560dc.
-
Hongkun Yu authored
* Revert "Update tf.contrib.data to tf.data.experimental. (#7650)" This reverts commit faf4bbb3. * revert research
-
Derek Murray authored
-
- 10 Oct, 2019 2 commits
-
-
A. Unique TensorFlower authored
change benchmark's log verbosity to logging.INFO. it seems to me that DEBUG map to ---v=1 internally, which is way to verbose for the purpose of benchmarking. PiperOrigin-RevId: 274040907
-
Hongkun Yu authored
PiperOrigin-RevId: 273966871
-
- 09 Oct, 2019 1 commit
-
-
Reed Wanderman-Milne authored
Instead of needing to ensure variables are float32, casting inputs to float32, etc, instead dtype="float32" is passed to the layer constructor, which will do all that logic automatically. The only difference is the output of LayerNorm is now float32 instead of float16, so an extra cast is needed elsewhere. PiperOrigin-RevId: 273833286
-
- 07 Oct, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 273371605
-
- 18 Sep, 2019 1 commit
-
-
David Chen authored
PiperOrigin-RevId: 269914707
-
- 17 Sep, 2019 1 commit
-
-
Hongkun Yu authored
Refactor basic utils to modeling/ PiperOrigin-RevId: 269600561
-
- 16 Sep, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 269376599
-
- 09 Sep, 2019 2 commits
-
-
David Chen authored
PiperOrigin-RevId: 268057019
-
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
-
- 05 Sep, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 267435985
-
- 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
-
-
Gaurav Jain authored
PiperOrigin-RevId: 266848625
-
- 30 Aug, 2019 1 commit
-
-
Reed Wanderman-Milne authored
I soon plan on making mixed precision policies exposed in TF2 only. PiperOrigin-RevId: 266433372
-