Commit Graph

1683 Commits (3e1404d2087e4ea52e61ba4273638a4fa00e2928)

Author SHA1 Message Date
FDInSky 6b9fbcf3ad Update iou_similarity op to support non-normalized bbox (#21671)
7 years ago
guofei 46f9184aff Modify the while_loop API (#21844)
7 years ago
Leo Chen a25418b32c
Set dtype of compare op's output to bool (#21864)
7 years ago
hong 957e182a90
revert a+b axis change; test=develop (#21821)
7 years ago
Leo Chen c96f06f2f6
add unary operator __neg__, test=develop (#21787)
7 years ago
zhouwei25 ecb2419e5c increase the explanation doc of py_func (#21631)
7 years ago
Kaipeng Deng 943a44492b
yolo_box OP add Attr(clip_bbox). (#21620)
7 years ago
zhouwei25 e92d113590 fix bug that tuple(Variable) is converted to list(Variable) uncorrectly (#21687)
7 years ago
Leo Chen 9c481e12ba
Patch math method for VarBase using auto-generated op functions (#21656)
7 years ago
Huihuang Zheng 99331fa113
Fix current block in math_patch_op (#21189)
7 years ago
Huihuang Zheng a1a5adc9b8
Refine English Doc of cond API (#21609)
7 years ago
guofei 835ea12cde Control flow API: while_loop (#21276)
7 years ago
Huihuang Zheng 1dcf6a7212
Add Much Complex Test and Fix Bugs for Control Flow cond API (#21532)
7 years ago
Feiyu Chan 2057df7ac0 add fluid.layers.gelu & doc (#21515)
7 years ago
wangchaochaohu 29c3844585
fix doc typo test=develop (#21566)
7 years ago
danleifeng 657053f262 remove elementwise x_should_larger_than_y restriction;test=develop (#21517)
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
wangchaochaohu 4c9b3dafa7
fill_constant_batch_size_like OP precious problem fix (#21337)
7 years ago
ruri 2445fef386
Fix density sample (#21506)
7 years ago
lilong12 0bc8bdf724
set dim[0] to -1 if dim[0] < 0 during compiling for c_allgather op (#21402)
7 years ago
Aurelius84 4bf115b42d
Fix AdamOptimizer and Scale sample code Bug (#21478)
7 years ago
ruri 94bef03539
Revert "Add masked select api (#21172)" (#21456)
7 years ago
ruri 3706ea67f8
fix sample code in density prior box
7 years ago
liym27 beec87b911
fix bug in example codes of API case and switch_case. test=develop,test=document_fix (#21477)
7 years ago
hutuxian 7e68bc896b
refactor AUC OP and add its CUDA Kernel (#21336)
7 years ago
wawltor dbbe6e9cb6
fix the device supported of the op unique and unique_with_counts. (#21395)
7 years ago
Huihuang Zheng 32959e031e
Add English Document for cond API (#21452)
7 years ago
Jie Fang 5e813b53c5 nhwc optimization for batchnorm (#21090)
7 years ago
Huihuang Zheng 630be31952
Fix Cond Bug for Nested Control Flow (#21340)
7 years ago
zhaoyuchen2018 b16274556a
Add dscending for argsort (#21400)
7 years ago
Kaipeng Deng ebfb720a63
add Adam beta1/beta2 support Variable (#21234)
7 years ago
ruri 007c997572
Add masked select api (#21172)
7 years ago
Kaipeng Deng 67c836fb5c
batch_norm momentum support variable (#21246)
7 years ago
Zeng Jinle b97fc16d21
fix lod_reset bug, test=develop (#21392)
7 years ago
hutuxian 47a82e38e3
Support data_norm gpu kernel (#21325)
7 years ago
lilong12 41d13209d7
add the framework support for distfc (#21197)
7 years ago
wangchaochaohu 6514f52e46
fix the fill_constant op precious problem (#21322)
7 years ago
lijianshe02 7fcaa39b36
fix Print_op input dtype list error test=develop (#21326)
7 years ago
Yi Liu 0fd1281ef8
fix bug of issue #21259 (#21287)
7 years ago
ShenLiang 1f39a9f17e fix the bug of scatter_nd, test=develop (#21257)
7 years ago
lijianshe02 382cf5d7e3
add input type and input data type check for Print_op test=develop (#21250)
7 years ago
liym27 b0fc822747 Add control flow api: case (#21114)
7 years ago
yaoxuefeng b5d8ba8394
fix data_norm op to avoid impractical normalization result test=develop (#21152)
7 years ago
Zhang Ting 9cbe7bccba modified error message and API doc for channel_last supported Op (#21002)
7 years ago
liym27 9247528252 Control flow API: switch_case (#21103)
7 years ago
ruri aeb887911f
Refine edit distance cn (#21121)
7 years ago
hong 835119c777
disable reshape inplace in dygraph model; test=develop (#21157)
7 years ago
Tao Luo 3976bbe2ce
add input type and dtype check template, and update some APIs check (#21161)
7 years ago