1. 06 Oct, 2018 1 commit
  2. 05 Oct, 2018 2 commits
  3. 04 Oct, 2018 2 commits
  4. 03 Oct, 2018 2 commits
    • Toby Boyd's avatar
      0c74ba69
    • Taylor Robie's avatar
      Move evaluation to .evaluate() (#5413) · c494582f
      Taylor Robie authored
      * move evaluation from numpy to tensorflow
      
      fix syntax error
      
      don't use sigmoid to convert logits. there is too much precision loss.
      
      WIP: add logit metrics
      
      continue refactor of NCF evaluation
      
      fix syntax error
      
      fix bugs in eval loss calculation
      
      fix eval loss reweighting
      
      remove numpy based metric calculations
      
      fix logging hooks
      
      fix sigmoid to softmax bug
      
      fix comment
      
      catch rare PIPE error and address some PR comments
      
      * fix metric test and address PR comments
      
      * delint and fix python2
      
      * fix test and address PR comments
      
      * extend eval to TPUs
      c494582f
  5. 02 Oct, 2018 1 commit
  6. 01 Oct, 2018 2 commits
  7. 28 Sep, 2018 1 commit
  8. 25 Sep, 2018 2 commits
  9. 20 Sep, 2018 1 commit
  10. 19 Sep, 2018 1 commit
  11. 17 Sep, 2018 1 commit
  12. 14 Sep, 2018 1 commit
  13. 13 Sep, 2018 4 commits
  14. 11 Sep, 2018 2 commits
  15. 05 Sep, 2018 4 commits
  16. 04 Sep, 2018 1 commit
  17. 02 Sep, 2018 2 commits
  18. 01 Sep, 2018 2 commits
  19. 30 Aug, 2018 2 commits
  20. 29 Aug, 2018 1 commit
  21. 28 Aug, 2018 2 commits
  22. 27 Aug, 2018 2 commits
    • Taylor Robie's avatar
      ResNet eval_only mode (#5186) · d1c48afc
      Taylor Robie authored
      * Make ResNet robust to the case that epochs_between_evals does not divide train_epochs, and add an --eval_only option
      
      * add some comments to make the control flow easier to follow
      
      * address PR comments
      d1c48afc
    • Toby Boyd's avatar
      Add 5 epoch warmup to resnet (#5176) · 9bf586de
      Toby Boyd authored
      * Add 5 epoch warmup
      
      * get_lr with warm_up only for imagenet
      
      * Add base_lr, remove fp16 unittest arg validation
      
      * Remove validation check stopping v1 and FP16
      9bf586de
  23. 25 Aug, 2018 1 commit