- 23 9月, 2020 10 次提交
-
-
由 System Administrator 提交于
-
由 Chen Weihang 提交于
* polish no onwer op error message * fix unittest failed * polish details based reviewer comment
-
由 Zhang Ting 提交于
* add fused_bn_add_relu op
-
由 Chen Weihang 提交于
* polish some lost error msg * add some math file to white list * polish detail based reviewer commnet
-
由 danleifeng 提交于
-
由 wangchaochaohu 提交于
-
- 22 9月, 2020 13 次提交
-
-
由 wangchaochaohu 提交于
-
由 danleifeng 提交于
-
由 tianshuo78520a 提交于
-
由 Aurelius84 提交于
* refine error mesg
-
由 Kaipeng Deng 提交于
* remove paddle.readers API. test=develop
- 21 9月, 2020 17 次提交
-
-
由 Kaipeng Deng 提交于
-
由 danleifeng 提交于
-
由 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
-
由 tianshuo78520a 提交于
-
由 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
-
由 zhangchunle 提交于
-
由 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.
-
由 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
-
由 Kaipeng Deng 提交于
* fix CIFAR & MNIST dataset. test=develop