Commit Graph

25 Commits (2a98e9323a03fdc3d8a129397ef7358bf103dbb3)

Author SHA1 Message Date
Bai Yifan dd6f591991
fix test_pool3d_op timeout issue (#30248)
4 years ago
Leo Chen 6115c14fca
Pool2d cuda kernel supports fp16 (#28316)
5 years ago
cnn 7c1aa0d69d
2.0rc api rename (#28088)
5 years ago
Double_V f6ad2375be
fix pool3d bug, test=develop (#27718)
5 years ago
Bai Yifan 8986a82131
fix adaptive gpu grad bug, add doc refine (#26660)
5 years ago
GaoWei8 a9af87edbc Remove self-set accuracy parameters of op tests: max_relative_error (#21823)
6 years ago
juncaipeng 642b33564e Update test precision from fp32 to fp64 (#21805)
6 years ago
Zhang Ting 3df13ab40c
fix PythonAPI test in Op unittest, test=develop (#21455)
6 years ago
liym27 26a6e27afe fix bug in pool/conv/conv_transpose: UpdatePaddingAndDilation, _get_padding_with_SAME and conv2dtranspose_forward_naive. (#20997)
6 years ago
liym27 f0e95a6049 Polish error messages of pool_2d/3d and add Raises in English document. test=develop (#21017)
6 years ago
liym27 24010472d4 fix pool2d pool3d,support asymmetric padding and channel_last (#19739)
6 years ago
Tao Luo 9466e956a7 reduce unittest time by rename testcuda to has_cuda
6 years ago
dengkaipeng 266c6856c9 add adaptive pool 2d & 3d. test=develop
7 years ago
dengkaipeng 8f1e398824 move param exclusive to the last in pool2d/pool3d for forward compatibility:. test=develop
7 years ago
dengkaipeng c93e044ae0 add inclusive/exclusive mode in PoolOp avg pool type
7 years ago
minqiyang 99d3f08920 Add print_function for all python files
7 years ago
minqiyang a3539845f2 Polish python code style
7 years ago
minqiyang be6ecec46f Fix unittests' division issues
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
Kexin Zhao 55e714e0d2 add float16 support to pool3d
7 years ago
liuguoyi 9d95ccc887 fix pool and conv3d unittest when paddle is not build with gpu
7 years ago
wanghaoshuang 1e510d9914 Add ceil_mode option for pool2d and pool3d
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