1. 21 9月, 2020 5 次提交
    • S
      fix bug sequececonv_eltadd_relu_fuse_pass (#27404) · d9366194
      Shang Zhizhou 提交于
      * fix bug sequececonv_eltadd_relu_fuse_pass, output error when sequence_conv's padding_start > 0
      
      * fix seqconv_eltadd_relu_fuse_pass unitest error
      d9366194
    • 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
    • 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
    • M
      fix adam (#27343) · f936adbd
      MRXLT 提交于
      * fix adam
      
      * rmsprop support double
      f936adbd
  2. 18 9月, 2020 2 次提交
  3. 17 9月, 2020 5 次提交
  4. 16 9月, 2020 5 次提交
  5. 15 9月, 2020 1 次提交
  6. 14 9月, 2020 7 次提交
  7. 13 9月, 2020 1 次提交
  8. 12 9月, 2020 1 次提交
    • L
      Fix GRU mkldnn kernel fail on look_table_v2 (#27198) · 5c4eed66
      lidanqing 提交于
      * Fix the lookup_table_v2 failed on GRU mkldnn kernel issue
      test=develop
      
      * fix according to reviews, removed x_num_col_dims
      test=develop
      
      * update gru model. change according to reviews
      test=develop
      
      * change according to reviews
      test=develop
      5c4eed66
  9. 11 9月, 2020 3 次提交
  10. 10 9月, 2020 8 次提交
  11. 09 9月, 2020 2 次提交