- 15 Jul, 2020 1 commit
-
-
Allen Wang authored
PiperOrigin-RevId: 321382083
-
- 14 Jul, 2020 1 commit
-
-
Allen Wang authored
PiperOrigin-RevId: 321261790
-
- 13 Jul, 2020 2 commits
-
-
Allen Wang authored
PiperOrigin-RevId: 321039601
-
Hongkun Yu authored
PiperOrigin-RevId: 321025013
-
- 01 May, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 309479930
-
- 21 Apr, 2020 1 commit
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 307641075
-
- 14 Apr, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 306521269
-
Zongwei Zhou authored
Set dataset private threads and GPU private threads together for better Resnet performance; remove outdated TF1 benchmarks; remove redundant classifier param runtime.gpu_threads_enabled PiperOrigin-RevId: 306341022
-
- 13 Apr, 2020 1 commit
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 306287724
-
- 12 Apr, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 306136273
-
- 11 Apr, 2020 1 commit
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 306064486
-
- 09 Apr, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 305709689
-
- 03 Apr, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 304715282
-
- 16 Mar, 2020 1 commit
-
-
Allen Wang authored
PiperOrigin-RevId: 301185629
-
- 13 Mar, 2020 1 commit
-
-
Will Cromar authored
PiperOrigin-RevId: 300850465
-
- 11 Mar, 2020 1 commit
-
-
Ruoxin Sang authored
PiperOrigin-RevId: 300351756
-
- 09 Mar, 2020 1 commit
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 299764679
-
- 03 Mar, 2020 1 commit
-
-
Ruoxin Sang authored
PiperOrigin-RevId: 298493612
-
- 06 Feb, 2020 1 commit
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 293498210
-
- 01 Feb, 2020 1 commit
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 292671694
-
- 28 Jan, 2020 1 commit
-
-
Sai Ganesh Bandiatmakuri authored
PiperOrigin-RevId: 292030392
-
- 14 Dec, 2019 1 commit
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 285568490
-
- 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
-
- 01 Nov, 2019 1 commit
-
-
Reed Wanderman-Milne authored
To test, I ran the following command: python resnet_ctl_imagenet_main.py --batch_size=2048 --data_dir ~/imagenet --datasets_num_private_threads=14 --epochs_between_evals=10 --model_dir ~/tmp_model_dir --clean --num_gpus=8 --train_epochs=90 --dtype=fp16 I got 76.15% final evaluation accuracy. PiperOrigin-RevId: 278010061
-
- 18 Oct, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 275417626
-
- 17 Oct, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 275288636
-
- 20 Sep, 2019 1 commit
-
-
A. Unique TensorFlower authored
additional fix for resnet ctl benchamrk. As copybara needs exact spacing in the file, adding back the missing space. PiperOrigin-RevId: 270167733
-
- 19 Sep, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 270079001
-
- 17 Sep, 2019 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 269653296
-
Kaixi Hou authored
-
- 06 Sep, 2019 1 commit
-
-
Kaixi Hou authored
-
- 05 Sep, 2019 1 commit
-
-
Kaixi Hou authored
Add checks on if use_tf_function is true benchmarks for the ctl with AMP
-
- 22 Aug, 2019 2 commits
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 264937518
-
Hongkun Yu authored
PiperOrigin-RevId: 264895439
-
- 02 Aug, 2019 1 commit
-
-
Haoyu Zhang authored
* Merged commit includes the following changes: 261380794 by haoyuzhang<haoyuzhang@google.com>: Internal change 261374439 by haoyuzhang<haoyuzhang@google.com>: Change Keras CTL dependencies from r1 ResNet to Keras ResNet. -- PiperOrigin-RevId: 261380794 * Revert unintentional change * Revert unintentional change
-
- 25 Jul, 2019 1 commit
-
-
Zongwei Zhou authored
-
- 19 Jun, 2019 2 commits
-
-
anj-s authored
* first version of ctl * fix indent * remove monkey patching for core * add dtype arg * fix dtype arg * add logging lib * remove compat.v1.logging * add datetime import * fix FLAGS import * add constant vals * move to using as tf import * move to using as tf import * remove steps per epoch = 1 * test train and test for one step * test train and test for one step * test train and test for one step * test train and test for the entire dataset * use an iterator for test * pass tensors instead of an iterator * add stats dict * fix list declaration * fix list declaration * fix elapsed time calc * print lr at epoch boundary alone * Use regular tf import instead of compat * remove tensorboard chkpts * add correct logging import * add correct logging import * add benchmark configs * add tests and configs * add tests and configs * add keras flags import * add keras flags import * fix eval ds creation cond * return numpy value of train_loss * return numpy value of loss and acc values * add option for full eager mode * fix lint errors * add ctl flags * add ctl import * add the xla flag * enable v2 behavior in unit tests * rename dataset var * add synthetic dataset without monkey patching * add ctl local constants * add ctl local constants * change to using v2 imports * change to using v2 imports * change to using v2 imports * change to using keras synthetic input fn * remove enable_eager flag from benchmarks * remove enable_eager flag from benchmarks * remove enable_eager flag from benchmarks * add option for no distrat * add lambda for flags * remove no_func benchmarks due to OOM error * remove README * remove unused comments * remove unchanged file * remove unchanged file * remove unused drop_remainder_arg * use keras.common lr function * address PR comments * remove reference to deleted file * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * fix lint errors * . * add flags info
-
anj-s authored
* first version of ctl * fix indent * remove monkey patching for core * add dtype arg * fix dtype arg * add logging lib * remove compat.v1.logging * add datetime import * fix FLAGS import * add constant vals * move to using as tf import * move to using as tf import * remove steps per epoch = 1 * test train and test for one step * test train and test for one step * test train and test for one step * test train and test for the entire dataset * use an iterator for test * pass tensors instead of an iterator * add stats dict * fix list declaration * fix list declaration * fix elapsed time calc * print lr at epoch boundary alone * Use regular tf import instead of compat * remove tensorboard chkpts * add correct logging import * add correct logging import * add benchmark configs * add tests and configs * add tests and configs * add keras flags import * add keras flags import * fix eval ds creation cond * return numpy value of train_loss * return numpy value of loss and acc values * add option for full eager mode * fix lint errors * add ctl flags * add ctl import * add the xla flag * enable v2 behavior in unit tests * rename dataset var * add synthetic dataset without monkey patching * add ctl local constants * add ctl local constants * change to using v2 imports * change to using v2 imports * change to using v2 imports * change to using keras synthetic input fn * remove enable_eager flag from benchmarks * remove enable_eager flag from benchmarks * remove enable_eager flag from benchmarks * add option for no distrat * add lambda for flags * remove no_func benchmarks due to OOM error * remove README * remove unused comments * remove unchanged file * remove unchanged file * remove unused drop_remainder_arg * use keras.common lr function * address PR comments * remove reference to deleted file * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * fix lint errors * .
-