1. 19 5月, 2018 1 次提交
  2. 17 5月, 2018 1 次提交
    • Q
      Fix resnet missing layers. (#4254) · 493d7a2e
      Qianli Scott Zhu 提交于
      * 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
  3. 16 5月, 2018 1 次提交
  4. 12 5月, 2018 3 次提交
  5. 11 5月, 2018 1 次提交
  6. 10 5月, 2018 1 次提交
  7. 09 5月, 2018 2 次提交
  8. 04 5月, 2018 5 次提交
  9. 03 5月, 2018 2 次提交
  10. 02 5月, 2018 2 次提交
  11. 01 5月, 2018 4 次提交
  12. 28 4月, 2018 1 次提交
    • Q
      Minor update the resnet runloop. (#4113) · 7f351c62
      Qianli Scott Zhu 提交于
      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
  13. 27 4月, 2018 1 次提交
  14. 24 4月, 2018 1 次提交
  15. 21 4月, 2018 1 次提交
  16. 20 4月, 2018 2 次提交
  17. 13 4月, 2018 1 次提交
    • T
      Resnet distribution strategies (#3887) · 32aa6563
      Taylor Robie 提交于
      * 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
  18. 11 4月, 2018 6 次提交
  19. 10 4月, 2018 2 次提交
  20. 07 4月, 2018 2 次提交