- 27 Aug, 2019 1 commit
-
-
David Chen authored
PiperOrigin-RevId: 265584211
-
- 26 Aug, 2019 5 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 265510206
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 265508969
-
Igor Saprykin authored
PiperOrigin-RevId: 265499806
-
Hongkun Yu authored
PiperOrigin-RevId: 265490374
-
Reed Wanderman-Milne authored
--synthetic_data, --dtype, --all_reduce_alg, and --num_packs have been unexposed from models which do not use them PiperOrigin-RevId: 265483564
-
- 25 Aug, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 265355791
-
- 23 Aug, 2019 5 commits
-
-
David Chen authored
PiperOrigin-RevId: 265122309
-
Taylor Robie authored
PiperOrigin-RevId: 265114251
-
Hongkun Yu authored
PiperOrigin-RevId: 264977714
-
Reed Wanderman-Milne authored
--num_parallel_calls, --inter_op_parallelism_threads, and --intra_op_parallelism_threads have been unexposed from models which do not use them PiperOrigin-RevId: 264965788
-
David Chen authored
PiperOrigin-RevId: 264958330
-
- 22 Aug, 2019 7 commits
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 264937518
-
Ayush Dubey authored
PiperOrigin-RevId: 264935345
-
Hongkun Yu authored
PiperOrigin-RevId: 264911876
-
Hongkun Yu authored
PiperOrigin-RevId: 264895439
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 264867908
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 264853703
-
Adrian Kuegel authored
PiperOrigin-RevId: 264776396
-
- 21 Aug, 2019 6 commits
-
-
Reed authored
-
Zongwei Zhou authored
PiperOrigin-RevId: 264647492
-
Vinh Nguyen authored
-
Hongkun Yu authored
PiperOrigin-RevId: 264527204
-
Ayush Dubey authored
PiperOrigin-RevId: 264511778
-
Reed Wanderman-Milne authored
PiperOrigin-RevId: 264500330
-
- 20 Aug, 2019 12 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 264474346
-
Ayush Dubey authored
PiperOrigin-RevId: 264470356
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 264468498
-
Reed authored
The old infer_float32_policies policy will be removed from TensorFlow soon.
-
Haoyu Zhang authored
PiperOrigin-RevId: 264411162
-
Vinh Nguyen authored
-
Vinh Nguyen authored
-
Vinh Nguyen authored
-
Vinh Nguyen authored
-
Vinh Nguyen authored
-
Hongkun Yu authored
PiperOrigin-RevId: 264300408
-
Vinh Nguyen authored
using existing flag --fp16_implementation in official/utils/flags/_performance.py to enable automatic mixed precision
-
- 19 Aug, 2019 3 commits
-
-
Reed Wanderman-Milne authored
Only the V1 resnet model uses --max_train_steps. This unexposes the flag in the keras_application_models, mnist, keras resnet, CTL resnet Models. Before this change, such models allowed the flag to be specified, but ignored it. I also removed the "max_train" argument from the run_synthetic function, since this only had any meaning for the V1 resnet model. Instead, the V1 resnet model now directly passes --max_train_steps=1 to run_synthetic. PiperOrigin-RevId: 264269836
-
Haoyu Zhang authored
Moving Keras ResNet models to `official/vision/image_classification` and benchmarks to `official/benchmark`. PiperOrigin-RevId: 264268533
-
Reed Wanderman-Milne authored
An earlier change made it so running this file would cause an error. The unit tests still passed, as the unit tests do not directly call the main() function PiperOrigin-RevId: 264268400
-