"src/include/vscode:/vscode.git/clone" did not exist on "0c68e1cddeed955a17cddaa62eaff2e20a6a65dc"
- 18 Oct, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 275417626
-
- 17 Oct, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 275288636
-
- 11 Oct, 2019 1 commit
-
-
Reed Wanderman-Milne authored
PiperOrigin-RevId: 274090348
-
- 07 Oct, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 273371605
-
- 05 Oct, 2019 1 commit
-
-
Jing Li authored
PiperOrigin-RevId: 273066504
-
- 04 Oct, 2019 1 commit
-
-
Jing Li authored
PiperOrigin-RevId: 272915002
-
- 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 2 commits
- 05 Sep, 2019 1 commit
-
-
Kaixi Hou authored
Add checks on if use_tf_function is true benchmarks for the ctl with AMP
-
- 03 Sep, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 267007907
-
- 29 Aug, 2019 1 commit
-
-
Reed Wanderman-Milne authored
The old infer_float32_policies policy will be removed from TensorFlow soon. To test convergence, I ran the Resnet50KerasAccuracy.benchmark_8_gpu_fp16 benchmark. I got an accuracy of 0.76037 and an exp_per_second of 6908. PiperOrigin-RevId: 266191126
-
- 22 Aug, 2019 2 commits
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 264937518
-
Hongkun Yu authored
PiperOrigin-RevId: 264895439
-
- 21 Aug, 2019 1 commit
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 264647492
-
- 19 Aug, 2019 2 commits
-
-
Haoyu Zhang authored
Moving Keras ResNet models to `official/vision/image_classification` and benchmarks to `official/benchmark`. PiperOrigin-RevId: 264268533
-
Ayush Dubey authored
PiperOrigin-RevId: 264174913
-
- 16 Aug, 2019 3 commits
-
-
Reed authored
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 263837214
-
Ayush Dubey authored
Also add `worker_hosts` and `task_index` flags. These flags enable running the model over multiple hosts by passing the cluster information via command line. Setting `TF_CONFIG` will continue to work. PiperOrigin-RevId: 263825245
-
- 13 Aug, 2019 1 commit
-
-
Toby Boyd authored
-
- 10 Aug, 2019 1 commit
-
-
Vinh Nguyen authored
-
- 09 Aug, 2019 1 commit
-
-
Vinh Nguyen authored
-
- 07 Aug, 2019 1 commit
-
-
Toby Boyd authored
-
- 06 Aug, 2019 1 commit
-
-
Toby Boyd authored
* force_v2_in_keras_compile FLAG default to None and added seperate temp path. * switch to force testing 1v path not force v2 path. * Rename function force_v1_path.
-
- 05 Aug, 2019 2 commits
- 02 Aug, 2019 2 commits
-
-
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 -
Haoyu Zhang authored
261339941 by haoyuzhang<haoyuzhang@google.com>: Own library functions in Keras ResNet models, and remove dependencies on v1 Estimator version of ResNet models. Most dependencies that the Keras version has are related to data input pipelines. Created dedicated files (cifar_preprocessing.py, imagenet_preprocessing.py) to collect all logic handling Cifar and ImageNet data input function. -- 261339166 by haoyuzhang<haoyuzhang@google.com>: Internal change 261317601 by akuegel<akuegel@google.com>: Internal change 261218818 by A. Unique TensorFlower<gardener@tensorflow.org>: Internal change PiperOrigin-RevId: 261339941
-
- 01 Aug, 2019 3 commits
-
-
Haoyu Zhang authored
* Restructure resnet estimator code to under official/r1 * Continue moving resnet code... * Improved README.md
-
Haoyu Zhang authored
261171038 by gjn<gjn@google.com>: Remove weight_decay_rate 0 early exit check Removing this code path should be fine since this was actually not doing what it meant to do. Since weight_decay_rate is actually a tensor, the equality check was only looking at the id of the object and comparing to 0. This should never be true. Evaluating a tensor is also not what we want to do at this point of the code. Thus it should be fine to simply remove this code. -- 261169862 by haoyuzhang<haoyuzhang@google.com>: Internal change 261153520 by haoyuzhang<haoyuzhang@google.com>: Internal change 261140302 by hongkuny<hongkuny@google.com>: Clean up -- PiperOrigin-RevId: 261171038 -
Haoyu Zhang authored
-
- 31 Jul, 2019 1 commit
-
-
Toby Boyd authored
-
- 30 Jul, 2019 1 commit
-
-
Igor authored
* Add accuracy and performance Resnet runs with --force_v2_in_keras_compile = True. * Fixed lint
-
- 25 Jul, 2019 1 commit
-
-
Zongwei Zhou authored
-
- 24 Jul, 2019 2 commits
-
-
Soroush Radpour authored
-
Toby Boyd authored
-