1. 22 May, 2018 1 commit
    • Yanhui Liang's avatar
      Add recommendation model (#4175) · 81d77669
      Yanhui Liang authored
      * Add recommendation model
      
      * Fix pylints check error
      
      * Rename file
      
      * Address comments, update input pipeline, and add distribution strategy
      
      * Fix import error
      
      * Address more comments
      
      * Fix lints
      81d77669
  2. 18 May, 2018 2 commits
  3. 17 May, 2018 1 commit
    • Qianli Scott Zhu's avatar
      Fix resnet missing layers. (#4254) · 493d7a2e
      Qianli Scott Zhu authored
      * Fix resnet missing layers.
      
      The official v1 model contains BN and Relu between input layer and
      pooling.
      
      * Remove the BN and Relu for V2.
      
      After some discussion with team and refer to existing
      implementation, those two layer seems to be only useful in V1.
      In V2, the first unit of the block will have a projection, that
      apply the BN and Relu for the shortcut. Adding a comment to make
      this clear.
      
      * Expand the comment section.
      
      * Remove the pre-trained checkpoint since its broken right now.
      
      Will restore it once we have new checkpoint generated.
      493d7a2e
  4. 15 May, 2018 1 commit
  5. 11 May, 2018 3 commits
  6. 10 May, 2018 1 commit
  7. 09 May, 2018 2 commits
  8. 08 May, 2018 1 commit
  9. 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
  10. 03 May, 2018 5 commits
  11. 02 May, 2018 2 commits
  12. 01 May, 2018 1 commit
  13. 30 Apr, 2018 4 commits
  14. 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
  15. 26 Apr, 2018 1 commit
  16. 23 Apr, 2018 1 commit
  17. 20 Apr, 2018 1 commit
  18. 19 Apr, 2018 2 commits
  19. 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
  20. 11 Apr, 2018 1 commit
  21. 10 Apr, 2018 6 commits
  22. 09 Apr, 2018 1 commit