- 14 Mar, 2020 1 commit
-
-
ayushmankumar7 authored
-
- 05 Mar, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 299160422
-
- 24 Feb, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 296944580
-
- 28 Jan, 2020 1 commit
-
-
Bruce Fontaine authored
PiperOrigin-RevId: 291819853
-
- 22 Jan, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 290967096
-
- 18 Dec, 2019 1 commit
-
-
Zachary Russell authored
-
- 17 Dec, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 285930545
-
- 16 Dec, 2019 1 commit
-
-
Hongkun Yu authored
Remove not maintained code path. PiperOrigin-RevId: 285869559
-
- 15 Dec, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 285618209
-
- 14 Dec, 2019 3 commits
-
-
Zachary Russell authored
-
Hongkun Yu authored
PiperOrigin-RevId: 285533511
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 285503670
-
- 03 Dec, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 283449673
-
- 26 Nov, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 282650416
-
- 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
-
- 16 Oct, 2019 1 commit
-
-
Reed Wanderman-Milne authored
To test, I did 50 fp32 runs and 50 fp16 runs. I used the following command: python ncf_keras_main.py --dataset=ml-20m --num_gpus=1 --train_epochs=10 --clean --batch_size=99000 --learning_rate=0.00382059 --beta1=0.783529 --beta2=0.909003 --epsilon=1.45439e-7 --layers=256,256,128,64 --num_factors=64 --hr_threshold=0.635 --ml_perf --nouse_synthetic_data --data_dir ~/ncf_data_dir_python3 --model_dir ~/tmp_model_dir --keras_use_ctl For the fp16 runs, I added --dtype=fp16. The average hit-rate for both fp16 and fp32 was 0.6365. I also did 50 runs with the mixed precision graph rewrite, and the average hit-rate was 0.6363. The difference is likely due to noise. PiperOrigin-RevId: 275059871
-
- 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
-
- 27 Sep, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 271611082
-
- 24 Sep, 2019 1 commit
-
-
Bruce Fontaine authored
PiperOrigin-RevId: 270926016
-
- 23 Sep, 2019 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 270749832
-
Lucky Srivastava authored
-
- 20 Sep, 2019 1 commit
-
-
Guillermo Rodríguez Cano authored
-
- 17 Sep, 2019 1 commit
-
-
Hongkun Yu authored
Move movielens to recommendation PiperOrigin-RevId: 269680664
-
- 11 Sep, 2019 1 commit
-
-
Jiri Simsa authored
PiperOrigin-RevId: 268401010
-
- 10 Sep, 2019 1 commit
-
-
Tomasz Grel authored
-
- 09 Sep, 2019 2 commits
-
-
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
-
Adrian Kuegel authored
PiperOrigin-RevId: 267946336
-
- 06 Sep, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 267535628
-
- 05 Sep, 2019 1 commit
-
-
David Chen authored
PiperOrigin-RevId: 267486140
-
- 04 Sep, 2019 2 commits
-
-
Reed Wanderman-Milne authored
--clean, --train_epochs, and --epochs_between_evals have been unexposed from models which do not use them PiperOrigin-RevId: 267065651
-
David Chen authored
PiperOrigin-RevId: 267063166
-
- 29 Aug, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 266242786
-
- 28 Aug, 2019 1 commit
-
-
David Chen authored
PiperOrigin-RevId: 266002056
-
- 26 Aug, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 265508969
-
- 20 Aug, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 264468498
-
- 19 Aug, 2019 2 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
-
Toby Boyd authored
-
- 14 Aug, 2019 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 263401952
-
Hongkun Yu authored
PiperOrigin-RevId: 263257133
-