Commit Graph

24 Commits (bb8fc3916fd55ab8f8ec8eddee7900d2f3ce3257)

Author SHA1 Message Date
Kaipeng Deng ed7aa8f9c3
Fix conv transpose (#28629)
4 years ago
cnn 7c1aa0d69d
2.0rc api rename (#28088)
5 years ago
LielinJiang d26ae9ad87
Update conv_transpose api (#26427)
5 years ago
wangchaochaohu 355caee18b
fix conv_transpose Op fp16 error test=develop (#24695)
5 years ago
FDInSky cf7b325389 fix conv2d_transpose op unittest (#21927)
5 years ago
GaoWei8 2b1f08c76c Remove self-set accuracy parameters of op tests: max_relative_error (#21815)
5 years ago
juncaipeng fb067fa4d2
Modify test framework, test=develop (#21789)
5 years ago
Zhang Ting b1da35261b
fix unit tests that do not need to inherit OpTest (#21460)
5 years ago
zhongpu c4ede95c74 open dygraph op test, test=develop (#19787)
5 years ago
liym27 26a6e27afe fix bug in pool/conv/conv_transpose: UpdatePaddingAndDilation, _get_padding_with_SAME and conv2dtranspose_forward_naive. (#20997)
6 years ago
Zhang Ting cf6919bf6e conv_transpose supports channel_last input, test=develop, test=document_preview (#20072)
6 years ago
Jacek Czaja fb24690a58 - conv2d transpose MKL-DNN
6 years ago
Dun 253f618ac7 loosen the restriction of output_size in conv2d_transpose (#12292)
7 years ago
minqiyang 99d3f08920 Add print_function for all python files
7 years ago
minqiyang c3fdf3aee4 Fix divide problem in CI
7 years ago
minqiyang 9fc13fde18 Remove python3 relative import of unittest
7 years ago
minqiyang 35e6abd7bb Change iter_parameters back and port unittests code to Python3
7 years ago
Wei Xu 264e8305b0 Fixed unittests for WITH_GPU=OFF and WITH_DISTRIBUTE=OFF build
7 years ago
qingqing01 b756063ce7
Speed depthwise transposed conv2d. (#11740)
7 years ago
Yibing Liu 6e13c86dff Enable multiple groups for cudnn conv transpose
7 years ago
Yibing Liu 669c0df69e Add groups for conv transpose
7 years ago
chengduoZH 7cf2c05fd2 add unit test for input's size is 1x1
7 years ago
Luo Tao bde090a975 replace paddle.v2.fluid by paddle.fluid in tests
7 years ago
Luo Tao b11956a0b5 move Fluid API code out of V2 API code
7 years ago