1. 21 9月, 2020 6 次提交
    • L
      [Feature] Enhance inplace addto strategy for gradient accumulation in static graph (#27112) · aba759ba
      Leo Chen 提交于
      * support use add instead of sum to do gradient accumulation
      
      * add inplace addto pass
      
      * add grad_add op and inplace addto pass
      
      * remove debug code
      
      * code refine
      
      * fix bug when sereral sum ops inserts at same op_idx
      
      * fix Flags type
      
      * add addto attribute for conv3d
      
      * fix ut
      
      * code clean
      
      * fix type
      aba759ba
    • L
      Fix bug: shapes of Topk outputs are wrong when the parameter k is Tensor · 669efb98
      LutaoChu 提交于
      Fix bug: shapes of Topk outputs are wrong when the parameter k is Tensor 
      669efb98
    • W
      Add pass compatible and unit test. (#27377) · 39546aa2
      Wilber 提交于
      39546aa2
    • H
      Quant op dev (#25932) · 02606d45
      huangxu96 提交于
      * Finished ChannelWiseQuantDequantAbsMaxOp and Passed unittests.
      
      * Finished channel-wise quantize strategy in imperative quantization.
      
      * Added Cuda code of ChannelWiseQuantDequantMaxAbsOP
      Add Cuda code of ChannelWiseQuantDequantMaxAbsOp
      
      * Add quant_axis for channel_wise quant.
      
      * fixed a bug in unnitests, which will not trigger axis = 1 case and cannot meet the coverage rate requirement.
      
      * Added some assert infomation and fixed some coding style mistakes.
      02606d45
    • L
      Refine error msg in paddle/fluid/framework/details [part 1] (#25631) · bbc84e0f
      Leo Chen 提交于
      * refine error msg in var_handle.h, test=develop
      
      * refine all_reduce_op_handle
      
      * fix some error msg
      
      * refine variable_visitor
      
      * refine threaded_ssa_graph_executor
      
      * refine inplace related files
      
      * refine executor related files
      
      * refine fetch_op_handle.cc
      
      * fix bug
      
      * follow comments
      bbc84e0f
    • M
      fix adam (#27343) · f936adbd
      MRXLT 提交于
      * fix adam
      
      * rmsprop support double
      f936adbd
  2. 18 9月, 2020 8 次提交
  3. 17 9月, 2020 11 次提交
  4. 16 9月, 2020 11 次提交
  5. 15 9月, 2020 4 次提交