1. 31 May, 2018 1 commit
  2. 30 May, 2018 2 commits
  3. 29 May, 2018 1 commit
  4. 25 May, 2018 3 commits
  5. 24 May, 2018 1 commit
  6. 23 May, 2018 1 commit
  7. 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
  8. 18 May, 2018 2 commits
  9. 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
  10. 15 May, 2018 1 commit
  11. 11 May, 2018 3 commits
  12. 10 May, 2018 1 commit
  13. 09 May, 2018 2 commits
  14. 08 May, 2018 1 commit
  15. 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
  16. 03 May, 2018 5 commits
  17. 02 May, 2018 2 commits
  18. 01 May, 2018 1 commit
  19. 30 Apr, 2018 4 commits
  20. 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
  21. 26 Apr, 2018 1 commit
  22. 23 Apr, 2018 1 commit
  23. 20 Apr, 2018 1 commit
  24. 19 Apr, 2018 2 commits