1. 13 Jun, 2019 8 commits
  2. 05 Jun, 2019 5 commits
  3. 03 Jun, 2019 9 commits
  4. 31 May, 2019 2 commits
  5. 29 May, 2019 1 commit
  6. 28 May, 2019 3 commits
  7. 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
  8. 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
  9. 15 May, 2019 1 commit
  10. 08 May, 2019 1 commit
  11. 29 Apr, 2019 3 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
    • Igor's avatar
      Add benchmarks with the --cloning flag to Resnet and NFC. (#6675) · af47736d
      Igor authored
      * Add benchmarks with the --cloning flag to Resnet and NFC.
      
      * Renamed cloning to clone_model_in_keras_dist_strat. Dropped a few tests that aren't essential.
      
      * Fixed up the formatting after re-naming the flag to a much longer  name.  Thanks, lint.
      * Fixed the lint error in nfc_common.py
      af47736d
  12. 22 Apr, 2019 2 commits
  13. 20 Apr, 2019 1 commit