- 30 Apr, 2021 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 371256980
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 371256980
-
- 10 Mar, 2021 2 commits
-
-
Frederick Liu authored
PiperOrigin-RevId: 362075728
-
Frederick Liu authored
PiperOrigin-RevId: 362075728
-
- 29 Jan, 2021 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 354439331
-
Hongkun Yu authored
PiperOrigin-RevId: 354439331
-
- 13 Nov, 2020 2 commits
-
-
Reed Wanderman-Milne authored
PiperOrigin-RevId: 342354179
-
Reed Wanderman-Milne authored
PiperOrigin-RevId: 342354179
-
- 13 Sep, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 331359058
-
Hongkun Yu authored
PiperOrigin-RevId: 331359058
-
- 12 Aug, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 326286926
-
Hongkun Yu authored
PiperOrigin-RevId: 326286926
-
- 30 Jul, 2020 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 323948101
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 323948101
-
- 23 Jul, 2020 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 322844988
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 322844988
-
- 04 Jun, 2020 2 commits
- 19 May, 2020 1 commit
-
-
Hongkun Yu authored
Remove is_v2_0 PiperOrigin-RevId: 312336907
-
- 01 May, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 309357174
-
- 26 Apr, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 308451074
-
- 05 Apr, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 304908157
-
- 17 Mar, 2020 1 commit
-
-
Ken Franko authored
PiperOrigin-RevId: 301277545
-
- 05 Mar, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 299160422
-
- 03 Dec, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 283449673
-
- 26 Nov, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 282650416
-
- 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
-
- 24 Sep, 2019 1 commit
-
-
Bruce Fontaine authored
PiperOrigin-RevId: 270926016
-
- 17 Sep, 2019 1 commit
-
-
Hongkun Yu authored
Move movielens to recommendation PiperOrigin-RevId: 269680664
-
- 05 Sep, 2019 1 commit
-
-
David Chen authored
PiperOrigin-RevId: 267486140
-
- 04 Sep, 2019 1 commit
-
-
David Chen authored
PiperOrigin-RevId: 267063166
-
- 14 Aug, 2019 4 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 263401952
-
Hongkun Yu authored
PiperOrigin-RevId: 263257133
-
tf-models-copybara-bot authored
PiperOrigin-RevId: 263204353
-
Nimit Nigania authored
-
- 12 Aug, 2019 1 commit
-
-
Hongjun Choi authored
262988559 by A. Unique TensorFlower<gardener@tensorflow.org>: Enable NCF TF 2.0 model to run on TPUStrategy. -- 262971756 by A. Unique TensorFlower<gardener@tensorflow.org>: Internal change 262967691 by hongkuny<hongkuny@google.com>: Internal -- PiperOrigin-RevId: 262988559
-
- 09 Aug, 2019 2 commits
-
-
Nimit Nigania authored
-
Toby Boyd authored
* Add run_eagerly for ctl. * fix test name and do not set "default".
-
- 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.
-
- 31 Jul, 2019 1 commit
-
-
Hongjun Choi authored
* Merged commit includes the following changes: 260800447 by A. Unique TensorFlower<gardener@tensorflow.org>: Fix tf function signature errors for NCF model. -- 260767064 by psv<psv@google.com>: Renames the `run_distributed` flag to `experimental_run_tf_function` and modifies the tests generated by the keras_all_modes decorator to better reflect that. -- PiperOrigin-RevId: 260800447 * Update ncf_keras_benchmark.py * Update ncf_keras_benchmark.py * Update ncf_keras_benchmark.py * Update ncf_keras_benchmark.py
-