1. 13 4月, 2019 1 次提交
  2. 12 4月, 2019 1 次提交
  3. 11 4月, 2019 6 次提交
  4. 10 4月, 2019 7 次提交
  5. 09 4月, 2019 4 次提交
  6. 08 4月, 2019 4 次提交
  7. 05 4月, 2019 2 次提交
  8. 04 4月, 2019 8 次提交
  9. 03 4月, 2019 7 次提交
    • 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
    • L
      merge confict, test=develop · 99120698
      lujun 提交于
      99120698
    • M
      Polish code · b2924940
      minqiyang 提交于
      test=develop
      b2924940
    • M
      Polish code · 61fe139f
      minqiyang 提交于
      61fe139f
    • C
      Revert "Model data cryption link all lib (#16555)" · 0b2aec14
      Chen Weihang 提交于
      test=develop
      This reverts commit c38c7c56.
      0b2aec14
    • L
      merge branch, test=develop · e11bf2a4
      lujun 提交于
      e11bf2a4
    • Q
      Imperative fix ptb rnn place bug (#16632) · cf307d0d
      Qiyang Min 提交于
      * Fix bug of gradient interface
      
      * shrink transformer
      
      * Right transformer
      
      * Change from width-first backward to deep-first backward process
      
      test=develop
      
      * Reverse iterator op's input
      
      test=develop
      
      * Polish code
      
      * Change the iteration direction in ingrads' map slots
      
      test=develop
      
      * Polish code
      
      test=develop
      
      * Add GPU place in static mode of ptb rnn
      
      test=develop
      
      * Polish code
      
      test=develop
      cf307d0d