1. 26 Jan, 2019 1 commit
  2. 19 Jan, 2019 1 commit
  3. 18 Jan, 2019 1 commit
  4. 17 Jan, 2019 3 commits
  5. 16 Jan, 2019 1 commit
  6. 15 Jan, 2019 3 commits
  7. 14 Jan, 2019 1 commit
  8. 12 Jan, 2019 1 commit
  9. 11 Jan, 2019 7 commits
  10. 10 Jan, 2019 1 commit
  11. 09 Jan, 2019 1 commit
  12. 08 Jan, 2019 7 commits
    • Taylor Robie's avatar
      Replace pipeline in NCF (#5786) · 56cbd1f2
      Taylor Robie authored
      * rough pass at carving out existing NCF pipeline
      
      2nd half of rough replacement pass
      
      fix dataset map functions
      
      reduce bias in sample selection
      
      cache pandas work on a daily basis
      
      cleanup and fix batch check for multi gpu
      
      multi device fix
      
      fix treatment of eval data padding
      
      print data producer
      
      replace epoch overlap with padding and masking
      
      move type and shape info into the producer class and update run.sh with larger batch size hyperparams
      
      remove xla for multi GPU
      
      more cleanup
      
      remove model runner altogether
      
      bug fixes
      
      address subtle pipeline hang and improve producer __repr__
      
      fix crash
      
      fix assert
      
      use popen_helper to create pools
      
      add StreamingFilesDataset and abstract data storage to a separate class
      
      bug fix
      
      fix wait bug and add manual stack trace print
      
      more bug fixes and refactor valid point mask to work with TPU sharding
      
      misc bug fixes and adjust dtypes
      
      address crash from decoding bools
      
      fix remaining dtypes and change record writer pattern since it does not append
      
      fix synthetic data
      
      use TPUStrategy instead of TPUEstimator
      
      minor tweaks around moving to TPUStrategy
      
      cleanup some old code
      
      delint and simplify permutation generation
      
      remove low level tf layer definition, use single table with slice for keras, and misc fixes
      
      missed minor point on removing tf layer definition
      
      fix several bugs from recombinging layer definitions
      
      delint and add docstrings
      
      Update ncf_test.py. Section for identical inputs and different outputs was removed.
      
      update data test to run against the new producer class
      
      * remove 'deterministic'
      
      * delint
      
      * address PR comments
      
      * change eval_batch_size flag from a string to an int
      
      * Add bisection based producer for increased scalability, enable fully deterministic data production, and use the materialized and bisection producer to check each other (via expected output md5's)
      
      * remove references to hash pipeline
      
      * skip bisection when it is not needed
      
      * add unbuffer to run.sh as tee is causing issues
      
      * address PR comments
      
      * address more PR comments
      
      * fix lint errors
      
      * trim lines in resnet keras
      
      * remove mock to debug kokoro failures
      
      * Revert "remove mock to debug kokoro failures"
      
      This reverts commit 63f5827d.
      
      * remove match_mlperf from expected cache keys
      
      * fix test now that cache construction no longer uses match_mlperf
      
      * disable tests to debug test failure
      
      * disable more tests
      
      * completely disable data_test
      
      * restore data test
      
      * add versions to requirements.txt
      
      * update call to TPUStrategy
      56cbd1f2
    • Taylor Robie's avatar
      missed a not · 7021ac1c
      Taylor Robie authored
      7021ac1c
    • Taylor Robie's avatar
      don't use forkpool to shuffle with TPUs · f1efaf83
      Taylor Robie authored
      f1efaf83
    • Taylor Robie's avatar
      update call to TPUStrategy · c8be4828
      Taylor Robie authored
      c8be4828
    • Taylor Robie's avatar
      add versions to requirements.txt · 2d51c3f1
      Taylor Robie authored
      2d51c3f1
    • Taylor Robie's avatar
      restore data test · 322def29
      Taylor Robie authored
      322def29
    • Taylor Robie's avatar
      completely disable data_test · 3bbb62e7
      Taylor Robie authored
      3bbb62e7
  13. 07 Jan, 2019 12 commits