1. 13 Oct, 2018 4 commits
  2. 12 Oct, 2018 3 commits
  3. 11 Oct, 2018 5 commits
  4. 10 Oct, 2018 2 commits
  5. 09 Oct, 2018 2 commits
  6. 06 Oct, 2018 1 commit
  7. 05 Oct, 2018 2 commits
  8. 04 Oct, 2018 2 commits
  9. 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
  10. 02 Oct, 2018 1 commit
  11. 01 Oct, 2018 2 commits
  12. 28 Sep, 2018 1 commit
  13. 25 Sep, 2018 2 commits
  14. 20 Sep, 2018 1 commit
  15. 19 Sep, 2018 1 commit
  16. 17 Sep, 2018 1 commit
  17. 14 Sep, 2018 1 commit
  18. 13 Sep, 2018 4 commits
  19. 11 Sep, 2018 2 commits
  20. 05 Sep, 2018 1 commit
    • Reed's avatar
      Fix spurious "did not start correctly" error. (#5252) · 7babedc5
      Reed authored
      * Fix spurious "did not start correctly" error.
      
      The error "Generation subprocess did not start correctly" would occur if the async process started up after the main process checked for the subproc_alive file.
      
      * Add error message
      7babedc5