- 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 * .
-