1. 30 Apr, 2021 2 commits
  2. 10 Mar, 2021 2 commits
  3. 29 Jan, 2021 2 commits
  4. 13 Nov, 2020 2 commits
  5. 13 Sep, 2020 2 commits
  6. 12 Aug, 2020 2 commits
  7. 30 Jul, 2020 2 commits
  8. 23 Jul, 2020 2 commits
  9. 04 Jun, 2020 2 commits
  10. 19 May, 2020 1 commit
  11. 01 May, 2020 1 commit
  12. 26 Apr, 2020 1 commit
  13. 05 Apr, 2020 1 commit
  14. 17 Mar, 2020 1 commit
  15. 05 Mar, 2020 1 commit
  16. 03 Dec, 2019 1 commit
  17. 26 Nov, 2019 1 commit
  18. 16 Oct, 2019 1 commit
    • Reed Wanderman-Milne's avatar
      Add support for the tf.keras.mixed_precision API in NCF · cb913691
      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
      cb913691
  19. 24 Sep, 2019 1 commit
  20. 17 Sep, 2019 1 commit
  21. 05 Sep, 2019 1 commit
  22. 04 Sep, 2019 1 commit
  23. 14 Aug, 2019 4 commits
  24. 12 Aug, 2019 1 commit
    • Hongjun Choi's avatar
      Merged commit includes the following changes: (#7430) · 03b4a0af
      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
      03b4a0af
  25. 09 Aug, 2019 2 commits
  26. 06 Aug, 2019 1 commit
  27. 31 Jul, 2019 1 commit
    • Hongjun Choi's avatar
      Merged commit includes the following changes: (#7346) · 1b089751
      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
      1b089751