Commit Graph

3069 Commits (f6144d8463e423cb976b2a7fa2a67a99345cba81)

Author SHA1 Message Date
Youwei Song f6144d8463 remove build_once & name_scope (#21131)
7 years ago
WangXi 0fe16539ef Fix dgc & launch tests in cpu ci (#21759)
7 years ago
zhaoyuchen2018 a5a8d14414
Fix softmax cuda bug (#21720)
7 years ago
Kaipeng Deng 943a44492b
yolo_box OP add Attr(clip_bbox). (#21620)
7 years ago
zhupengyang c4f8f3bddc use large input shape for accuracy test (#21758)
7 years ago
GaoWei8 92f83e46aa fix accuracy parameters of op tests (#21729)
7 years ago
Leo Chen 7181afd75c
Fix elementwise_pow bug on CUDA place with integer (#21675)
7 years ago
Leo Chen 9c481e12ba
Patch math method for VarBase using auto-generated op functions (#21656)
7 years ago
lilong12 aa287e19fe remove the dependency on ssl (#21712)
7 years ago
Aurelius84 1ee5ba1c58
Enhance checking on sub branch of backward (#21582)
7 years ago
WangXi 4570295122 fix assert in nan inf tests, test=develop (#21742)
7 years ago
gongweibao 549f24b5f1 run dist tests parallel(#21751)
7 years ago
juncaipeng a6e935f424
Update op test framework (#21599)
7 years ago
juncaipeng 7c38612347 disable op test of kldiv_loss (#21749)
7 years ago
zhupengyang d528ffaa04 use large input shape for accuracy test (#21716)
7 years ago
WangXi a2175cfc96 Tmp fix fleet bug in py35 gcc8 CI, test=develop (#21703)
7 years ago
zhupengyang 227edfe9da use large input shape for op tests (#21705)
7 years ago
joanna.wozna.intel d419b859c0 Add reshape int8 mkldnn op (#21428)
7 years ago
baojun c047e713b0 make nGraph ut py3 compatible (#21679)
7 years ago
baojun 3b915741b2 Fix nGraph UT for PY3 - Part I (#21678)
7 years ago
WangXi 8a0f611b64 Rewrite check nan inf tools (#21076)
7 years ago
zhupengyang 019147eb8b use large input shape for accuracy test, (#21693)
7 years ago
tangwei12 9ad940fdfe
memory leak for cpu (#21174)
7 years ago
zhupengyang 4c987a6003 fix input shape of op tests (#21682)
7 years ago
juncaipeng f64d006622
Change several tests to inherit the right parent class, test=develop (#21652)
7 years ago
mapingshuo 686f0ecb6a
add `no_need_buffer_slots` interface to pybind (#21575)
7 years ago
mapingshuo e2d849b989
Dropout with seed (#21590)
7 years ago
xujiaqi01 f404157205
fix master patch when slot is dense (#21580)
7 years ago
Leo Chen 48600d7f17
Add op function generator for dygraph (#21569)
7 years ago
Zhang Ting 548efcd2e4
Fix unit tests to avoid check_grad checking failures (#21554)
7 years ago
liym27 be6a639655
Add CI for checking Input/Output/Attr of modified Ops (#21522)
7 years ago
guofei 835ea12cde Control flow API: while_loop (#21276)
7 years ago
Leo Chen 4f81d1bd5f
Refine VarBase init function (#21587)
7 years ago
lijianshe02 56882ce432
change input data type and decrease max_relative_error value in test_check_grad for grop_nom_op test test=develop (#21608)
7 years ago
Huihuang Zheng 1dcf6a7212
Add Much Complex Test and Fix Bugs for Control Flow cond API (#21532)
7 years ago
hutuxian c5aec2fe68
Paddlebox Related to Framework (#21586)
7 years ago
liym27 9da7e6b4d4
add file check_op_desc.py and add interface to get default value. (#21530)
7 years ago
Feiyu Chan 2057df7ac0 add fluid.layers.gelu & doc (#21515)
7 years ago
Jacek Czaja 9ce0e29dc3 [MKL-DNN] Batch norm mkl-dnn NHWC support (#21553)
7 years ago
hong 08483a6819
Add dygraph linear warm up decay (#21186)
7 years ago
lilong12 de46b15951
Unify the rank of prelu alpha to 4, corresponding to [N, C, H, W], except for the all mode
7 years ago
Leo Chen cdd46d7e02
Split VarBase from Python Variable for Dygraph (#21359)
7 years ago
Youwei Song cdba41af4d dygraph Embedding layer use lookuptable v2 (#21209)
7 years ago
wangchaochaohu 4c9b3dafa7
fill_constant_batch_size_like OP precious problem fix (#21337)
7 years ago
Zhang Ting b1da35261b
fix unit tests that do not need to inherit OpTest (#21460)
7 years ago
WangXi 768f9242e9 Fix dgc clip & rampup step, test=develop (#21491)
7 years ago
lilong12 e75ded08a0
fix the compatiable problem between PY2 and PY3 (issue#20749) (#20942)
7 years ago
Zeng Jinle a3535812f6
add _use_system_allocator to some op tests, test=develop (#21504)
7 years ago
Jacek Czaja 18a5d30754 [MKL-DNN] Conv2d and Conv2d transpose MKL-DNN NHWC support (#21466)
7 years ago
zhongpu 6ebf0f47b8 support SelectedRows in dygraph, test=develop (#21078)
7 years ago