"vscode:/vscode.git/clone" did not exist on "fb8fda8fa223f61eb804484b7b49999be6179dda"
  1. 05 Jun, 2019 1 commit
  2. 03 Jun, 2019 1 commit
  3. 24 May, 2019 1 commit
  4. 23 May, 2019 1 commit
    • 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
  5. 15 May, 2019 1 commit
  6. 29 Apr, 2019 2 commits
    • 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
  7. 22 Apr, 2019 1 commit
  8. 20 Apr, 2019 1 commit
  9. 18 Apr, 2019 1 commit
  10. 02 Apr, 2019 1 commit
  11. 28 Mar, 2019 1 commit
    • Shining Sun's avatar
      Added benchmark test and convergence test for the NCF model (#6318) · 4c11b84b
      Shining Sun authored
      * initial commit
      
      * bug fix
      
      * Move build_stats from common to keras main, because it is only applicable in keras
      
      * remove tailing blank line
      
      * add test for synth data
      
      * add kwargs to init
      
      * add kwargs to function invokation
      
      * correctly pass kwargs
      
      * debug
      
      * debug
      
      * debug
      
      * fix super init
      
      * bug fix
      
      * fix local_flags
      
      * fix import
      
      * bug fix
      
      * fix log_steps flag
      
      * bug fix
      
      * bug fix: add missing return value
      
      * resolve double-defined flags
      
      * lint fix
      
      * move log_steps flag to benchmarK flag
      
      * fix lint
      
      * lint fix
      
      * lint fix
      
      * try flag core default values
      
      * bug fix
      
      * bug fix
      
      * bug fix
      
      * debug
      
      * debug
      
      * remove debug prints
      
      * rename benchmark methods
      
      * flag bug fix for synth benchmark
      4c11b84b