1. 28 Jun, 2019 1 commit
  2. 24 Jun, 2019 1 commit
  3. 21 Jun, 2019 1 commit
    • Toby Boyd's avatar
      NCF XLA and Eager tests with a refactor of resnet flags to make this cleaner. (#7067) · a68f65f8
      Toby Boyd authored
      * XLA FP32 and first test
      
      * More XLA benchmarks FP32.
      
      * Add eager to NCF and refactor resnet.
      
      * fix v2_0 calls and more flag refactor.
      
      * Remove extra flag args.
      
      * 90 epoch default
      
      * add return
      
      * remove xla not used by estimator.
      
      * Remove duplicate run_eagerly.
      
      * fix flag defaults.
      
      * Remove fp16_implementation flag option.
      
      * Remove stop early on mlperf test.
      
      * remove unneeded args.
      
      * load flags from keras mains.
      a68f65f8
  4. 18 Jun, 2019 1 commit
  5. 13 Jun, 2019 8 commits
  6. 05 Jun, 2019 5 commits
  7. 03 Jun, 2019 9 commits
  8. 31 May, 2019 2 commits
  9. 29 May, 2019 1 commit
  10. 28 May, 2019 3 commits
  11. 24 May, 2019 2 commits
    • Priya Gupta's avatar
      Add early stopping logic to ncf keras when desired threshold is met. Also... · 7033c8a2
      Priya Gupta authored
      Add early stopping logic to ncf keras when desired threshold is met. Also change the default batch size to match the tuned hyperparams
      7033c8a2
    • Tian Lin's avatar
      Merged commit that fixes transformer's predict and eval. (#6874) · b9cab01b
      Tian Lin authored
      * Merged commit includes the following changes:
      249776315  by tianlin<tianlin@google.com>:
      
          Internal change
      
      249763206  by tianlin<tianlin@google.com>:
      
          For TF 2.0 (related to Beam Search), expand cond dims in tf.where(cond, x, y) to make all parameters broadcastable.
      
      --
      249392724  by hongkuny<hongkuny@google.com>:
      
          Internal change
      
      PiperOrigin-RevId: 249776315
      
      * Merged commit includes the following changes:
      249823043  by tianlin<tianlin@google.com>:
      
          Bring back v2 test for predict and eval.
      
      --
      
      PiperOrigin-RevId: 249823043
      b9cab01b
  12. 23 May, 2019 2 commits
    • guptapriya's avatar
      NCF Keras: Add validation every epoch · abe9e96a
      guptapriya authored
      Adding validation every epoch allows us to view the progress during training instead of having to wait until the last eval. Mostly useful for manual runs.
      abe9e96a
    • guptapriya's avatar
      Change batch size and epochs for NCF benchmarks · e8f97a1d
      guptapriya authored
      Current batch size 160000 does not converge to the desired HR. So we decrease to 99k which is known to converge. Tested locally and got to 63.5 at epoch 7. Also decreasing number of epochs as I don't see any improvement after epoch 7-8.
      e8f97a1d
  13. 15 May, 2019 1 commit
  14. 08 May, 2019 1 commit
  15. 29 Apr, 2019 2 commits
    • Igor's avatar
      Replace per_device with per_replica and PerDevice with PerReplica, because the... · b00783d7
      Igor authored
      Replace per_device with per_replica and PerDevice with PerReplica, because the PerDevice concept was renamed and doesn't exist anymore. (#6693)
      
      * Replace per_device with per_replica and PerDevice with PerReplica, because the PerReplica concept was renamed and doesn't exist anymore.
      b00783d7
    • Toby Boyd's avatar
      Add accuracy check. (#6694) · 294660bd
      Toby Boyd authored
      * Add accuracy check.
      
      * Avoid double flag init, move data_dir to real data.
      
      * Comment on lower accuracy target.
      294660bd