1. 30 10月, 2018 2 次提交
  2. 29 10月, 2018 2 次提交
    • J
      Rebase of seqpool-max optimization · 458b16f4
      Jacek Czaja 提交于
      test=develop
      
      - Added rough profiling
      
      - Profiled maxpool itself
      
      - First draft of max seqpool optimization (is_test added)
      
      - Added unit tests to seqpool
      
      - Cosmetic fixes
      
      - Fix to UT of Seq pool
      
      Disabled grad checking for sequence max pool when is_test is set to True
      
      -Cosmetic fix to comment
      
      test=develop
      
      - Fix to GPU build
      
      test=develop
      
      - yet another GPU fix for sequence max pool
      
      - Fix to comment
      
      test=develop
      
      - Change to API of sequence_pool
      
      test=develop
      
      - Yet another API spec change
      
      test=develop
      458b16f4
    • W
      [1.1] [project] train imagenet using large batch size (#13766) · 26200f2e
      Wu Yi 提交于
      * fix nccl2 lars dist support
      
      * put lars in momentum op
      
      * add tests lars
      
      * fix ci
      
      * fix cpu kernel
      
      * soft warning
      
      * remove lars in test_recognize_digits.py
      
      * move to another op
      
      * add file
      
      * update api.spec test=develop
      
      * update test=develop
      
      * fix api.spec test=develop
      
      * wip
      
      * wip, finish grad merge ops
      
      * wip, finish graph build
      
      * wip test running
      
      * work on 1 gpu
      
      * workable version
      
      * update
      
      * fix tests
      
      * fuse broadcast op
      
      * fix compile failed
      
      * refine
      
      * add batch merge test mnist
      
      * fix CI test=develop
      
      * fix build
      
      * use independent bn params for batch merge test=develop
      
      * update api.spec
      
      * follow comments and for test
      
      * wip
      
      * refine tests test=develop
      
      * follow comments test=develop
      
      * remove startup bn modify test=develop
      
      * follow comments test=develop
      
      * fix merge test=develop
      26200f2e
  3. 28 10月, 2018 1 次提交
  4. 25 10月, 2018 2 次提交
  5. 24 10月, 2018 4 次提交
  6. 23 10月, 2018 4 次提交
  7. 22 10月, 2018 3 次提交
  8. 19 10月, 2018 2 次提交
    • G
      Make reshape_op reuse input. · dfb841ad
      guosheng 提交于
      test=develop
      dfb841ad
    • C
      Fix add doc for bias_attr (#13937) · 9775e50c
      chengduo 提交于
      * fix conv doc
      test=develop
      
      * fix seq_conv doc
      test=develop
      
      * fix simple_img_conv_pool
      test=develop
      
      * update API.spec
      
      * update parameter doc
      test=develop
      
      * follow comment
      test=develop
      
      * fix other layer
      test=develop
      
      * fix lstm bias_attr doc
      test=develop
      9775e50c
  9. 18 10月, 2018 3 次提交
  10. 17 10月, 2018 3 次提交
  11. 16 10月, 2018 4 次提交
  12. 15 10月, 2018 5 次提交
  13. 12 10月, 2018 5 次提交
    • C
      Fix layers.uniform_random (#13823) · 9c77b65c
      chengduo 提交于
      * fix layers.uniform_random
      
      * fix uniform_random
      test=develop
      
      * remove var type set
      test=develop
      
      * fix similar error
      test=develop
      9c77b65c
    • M
      Polish code · 4a22979b
      minqiyang 提交于
      test=develop
      4a22979b
    • M
      Polish doc · f03e0e49
      minqiyang 提交于
      test=develop
      f03e0e49
    • M
      Polish code · a7cae62b
      minqiyang 提交于
      test=develop
      a7cae62b
    • X
      Avoid GetMutable implicitly reset Var Type. · 22850661
      Xin Pan 提交于
      This can cause a lot of problem:
      1. Wrong operator implementation, Op can get a wrong type without failure.
      2. Anytype can be Get without defined in VarType.
      
      Also fix wrong STEP_SCOPE usage.
      
      test=develop
      22850661