1. 03 4月, 2019 2 次提交
    • R
      Add Pixel shuffle OP (#15782) · 229dc932
      ruri 提交于
      * add pixel_shuffle op
      
      * add pixel_shuffle op, test=develop
      
      * rewrite code, test=develop
      
      * delete useless comment, test=develop
      
      * Refine pixel_shuffle_op and unit testing
      
      * refine code,test=develop
      
      * refine .cu,test=develop
      
      * fix unittest,test=develop
      
      * Fix unit testing
      test=develop
      
      * resolve conflict, test=develop
      
      * fix test, test=develop
      
      * fix API, test=develop
      
      * fix test datatype bug,test=develop
      
      * polish comments,test=develop
      
      * add API,test=develop
      
      * test=develop
      
      * Add Pixel_Shuffle OP,test=develop
      
      * support python3,test=develop
      
      * add include memory to travis CI bug,test=develop
      229dc932
    • Z
      Fix some grad op desc makers (#16633) · 1c526e1d
      Zeng Jinle 提交于
      * fix some grad op desc maker
      test=develop
      
      * fix grad op desc makers
      test=develop
      1c526e1d
  2. 02 4月, 2019 3 次提交
  3. 01 4月, 2019 4 次提交
  4. 31 3月, 2019 1 次提交
    • W
      Batch norm cudnn accurate (#16545) · 22b02bfa
      Wu Yi 提交于
      * fix cudnn batch norm accuracy test=develop
      
      * fix cudnn batch norm accuracy test=develop
      
      * disable failed test for later fix test=develop
      22b02bfa
  5. 30 3月, 2019 2 次提交
  6. 29 3月, 2019 2 次提交
  7. 28 3月, 2019 7 次提交
  8. 27 3月, 2019 9 次提交
  9. 26 3月, 2019 7 次提交
    • S
      fix env variable settting bug · 78fb3a62
      sneaxiy 提交于
      test=develop
      78fb3a62
    • X
      update DeepCF model · 1f89249a
      Xin Pan 提交于
      test=develop
      1f89249a
    • S
      fix some op grad maker · 7000ec85
      sneaxiy 提交于
      fix ctest eager deletion disable bug
      test=develop
      7000ec85
    • N
      fix comments · 45b3766f
      nhzlx 提交于
      test=develop
      45b3766f
    • Z
      Add SpectralNormGradOpDescMaker · 3909108c
      zhhsplendid 提交于
      Use SpectralNormGradOpDescMaker instead of DefaultGradOpDescMaker
      to avoid registering useless variables to improve GPU usage.
      
      test=develop
      3909108c
    • D
      fix formax. test=develop · ceb31d30
      dengkaipeng 提交于
      ceb31d30
    • W
      [slim] Add quantization strategy and distillation strategy. (#16408) · e9bec936
      whs 提交于
      * Add fsp operator.
      1 Add unitest.
      2. Add python API.
      3. Add layer test.
      
      * Add quantization strategy.
      1. Add API.
      2. Add unitest.
      
      * Add distillatoin strategy.
      
      * Add unitest config file for quantization
      
      * Fix Copyright
      test=develop
      
      * Fix setup.py
      
      * Fix document of layers.py.
      test=develop
      
      * Fix unitest in python3.
      test=develop
      
      * Fix documents.
      test=develop
      
      * 1. refine fsp op by batched gemm
      2. remove unused import
      test=develop
      
      * Fix test_dist_se_resnext.
      1. disable test distillation.
      2. reset framework.py
      test=develop
      
      * Enable unitest of distillation after fixing Block._clone_variable
      test=develop
      
      * Fix cdn issue.
      test=develop
      e9bec936
  10. 25 3月, 2019 3 次提交