Commit Graph

2881 Commits (835ba4ec81275c1e15abda724bcceb0cbae3ae9c)

Author SHA1 Message Date
Zhang Ting 835ba4ec81
add is_empty_grad_op for OpTest (#22022)
6 years ago
silingtong123 34e26c9a7d remove @unittest.skip in test_parallel_executor_mnist.py (#22019)
6 years ago
WangXi 3ec289a6a3 fix sync_batch_norm hang in fleet (#21838)
6 years ago
Aurelius84 a0b533765e increase data shape in topk_avg_pooling unittest (#22010)
6 years ago
Zeng Jinle 86c40e207d
Expose fluid.dygraph.TracedLayer API (#21518)
6 years ago
Aurelius84 911eef4319
enhance checking validity of apply_gradient (#21870)
6 years ago
Leo Chen 33f1306753
update layers used in mnist dygraph model, test=develop (#21947)
6 years ago
Yang Zhang c3527f5526 Annotate NormOP test to skip grad check (#21894)
6 years ago
FDInSky fa8bab9cbc add fp64 check_grad for conv2d, conv3d (#21931)
6 years ago
FDInSky cf7b325389 fix conv2d_transpose op unittest (#21927)
6 years ago
Kaipeng Deng f4013ecb3b enable kldiv_loss_op unittests (#21990)
6 years ago
Kaipeng Deng c15d4208b9
fix no grad check for pool_max & spectral_norm (#21971)
6 years ago
Li Fuchen e0d8b8f5c0
use large input size in test_add_position_encoding_op.py (#21962)
6 years ago
zhoushiyu cee2ccb078
add shuffle batch op (#21674)
6 years ago
zhongpu dca075839b remove params in Tracer object (in dygraph) (#20815)
6 years ago
mapingshuo c3e1954918
make reverse op support negative axis (#21925)
6 years ago
pkpk 911e4c7db6
Fix the bug in sequence_scatter unitest (#21960)
6 years ago
lijianshe02 2687f2afec fix input shape of test_log_loss_op (#21953)
6 years ago
juncaipeng b1ec1d54cf Delete check grad for int, collect op for now (#21922)
6 years ago
hutuxian 27decacb8a
fix aucop stat shape (#21846)
6 years ago
WangXi 0d61653c8e Revert to run distributed unittest serially, test=develop (#21924)
6 years ago
songyouwei cff7a49856 Add ParameterList (#21056)
6 years ago
songyouwei 8439384e25 Move sequence op unittest files to a separate folder sequence (#21842)
6 years ago
GaoWei8 2690ddb558 Use skip_check_grad_ci to skip grad check (#21907)
6 years ago
zhupengyang 1f3029cb54 ci check for check_shape_white_list.py (#21859)
6 years ago
Aurelius84 51a86d2b6b Optimize adam speed (#21777)
6 years ago
Leo Chen 310edc0d0c
Update layers used in ptb model to use auto-generated op functions in dygraph mode (#21724)
6 years ago
lijianshe02 f17bd1786a
add decorator skip_check_grad_ci for test_group_norm (#21910)
6 years ago
juncaipeng feabed1309
Modify op test (#21835)
6 years ago
huzhiqiang 53c16eabe4
test the compatibility between execution time and compiling time (#21511)
6 years ago
zhupengyang 5b282a8157 skip check_grad of TestHSigmoidOpSparse (#21888)
6 years ago
FDInSky 6b9fbcf3ad Update iou_similarity op to support non-normalized bbox (#21671)
6 years ago
zhupengyang d053561d84 use large input size in tree_conv and teacher_student_sigmoid_loss (#21896)
6 years ago
Guo Sheng 7689b6aaa4
Fix default label dim of label_smooth_op. test=develop (#21862)
6 years ago
WangXi 52a61edaad rename test_dist_mnist & run dist parallel, test=develop (#21874)
6 years ago
silingtong123 879e3074ea fix the unittest of test_check_import_scipy on V100 (#21853)
6 years ago
Leo Chen a25418b32c
Set dtype of compare op's output to bool (#21864)
6 years ago
tangwei12 934d99867a
add selected rows supported in framework (#21808)
6 years ago
gongweibao 855ed5fb3d
revert parallel test=develop (#21856)
6 years ago
Leo Chen 25e765a4fe
Copy stop_gradient property of variable in clone (#21825)
6 years ago
tangwei12 6624ea7673
skip test_fetch_handler, will investigate it later, test=develop (#21845)
6 years ago
Chen Weihang 2b941736f3 fix softmax_with_cross_entropy_fix bug, test=develop (#21810)
6 years ago
juncaipeng f4379a9149 Update the precision of some op tests from fp32 to fp64 (#21847)
6 years ago
Zhang Ting 538c848958 add decorator skip_check_grad_ci (#21836)
6 years ago
juncaipeng bf9c5de752 Update test precision from fp32 to fp64 (#21848)
6 years ago
GaoWei8 2b1f08c76c Remove self-set accuracy parameters of op tests: max_relative_error (#21815)
6 years ago
zhupengyang 9bb1e3ea16 add shape_check for op tests (#21391)
6 years ago
juncaipeng 5bb9deb335 Update the precision of some op tests from fp32 to fp64 (#21774)
6 years ago
Chengmo a86f11b5f5
Speed GEO dense calc & communication (#21579)
6 years ago
Wojciech Uss 666c3bb9b0 handle multi-inputs with empty inputs for mkldnn_concat_op (#21827)
6 years ago