1. 15 May, 2018 1 commit
  2. 11 May, 2018 3 commits
  3. 10 May, 2018 1 commit
  4. 09 May, 2018 2 commits
  5. 08 May, 2018 1 commit
  6. 04 May, 2018 1 commit
    • Taylor Robie's avatar
      Rename --version or --resnet_version (#4165) · 5be3c064
      Taylor Robie authored
      * rename --version flag and fix tests to correctly specify version rather than verbosity
      
      * rename version to resnet_version throughout
      
      * fix bugs
      
      * delint
      
      * missed layer_test
      
      * fix indent
      5be3c064
  7. 03 May, 2018 5 commits
  8. 02 May, 2018 2 commits
  9. 01 May, 2018 1 commit
  10. 30 Apr, 2018 4 commits
  11. 27 Apr, 2018 1 commit
    • Qianli Scott Zhu's avatar
      Minor update the resnet runloop. (#4113) · 7f351c62
      Qianli Scott Zhu authored
      1. trainning hooks and train/eval function does not need to be
      declared several times.
      2. change to use tf.logging.info instead of print
      3. Show the current index and total count of training cycle, which
      give user some hint about where they are in the whole process.
      7f351c62
  12. 26 Apr, 2018 1 commit
  13. 23 Apr, 2018 1 commit
  14. 20 Apr, 2018 1 commit
  15. 19 Apr, 2018 2 commits
  16. 12 Apr, 2018 1 commit
    • Taylor Robie's avatar
      Resnet distribution strategies (#3887) · 32aa6563
      Taylor Robie authored
      * begin transfer from contrib fork
      
      more changes to resnet_run_loop
      
      use AUTOTUNE in prefetch
      
      first pass at resnet with functional distribution strategies
      
      fix syntax error
      
      delint
      
      aesthetic tweaks
      
      delint and fix typos
      
      rip multi_gpu flag out of resnet entirely. Subject to saved model load verification
      
      update cifar10 and imagenet tests to reflect that the model function no longer need to know about multi_gpu
      
      fix imagenet test
      
      start addressing PR comments
      
      more PR response work
      
      * misc tweaks
      
      * add a comment
      
      * final pr tweaks
      
      * fix parsers
      32aa6563
  17. 11 Apr, 2018 1 commit
  18. 10 Apr, 2018 6 commits
  19. 09 Apr, 2018 1 commit
  20. 06 Apr, 2018 2 commits
  21. 04 Apr, 2018 1 commit
  22. 03 Apr, 2018 1 commit
    • Karmel Allison's avatar
      Rename logging directory (#3860) · a0e3604f
      Karmel Allison authored
      * Updating name of logging package to avoid overwriting Python builtin logging.
      
      * Updating name of logging package to avoid overwriting Python builtin logging.
      a0e3604f