Commit Graph

1708 Commits (54970444ce9baf3154a3775c81280ca97d59c83d)

Author SHA1 Message Date
guofei 3a59a7a11f
Make assign op support LoDTensorArray and modify while_loop API (#22309)
5 years ago
Tao Luo 6b7bb6b54a
change check_type_and_dtype to check_variable_and_dtype (#22465)
5 years ago
songyouwei 99f5907e02 Fix layer & dygraph circular dependent (#22334)
5 years ago
Li Fuchen 51e147a130
fix the en doc and example code of warpctc (#22325)
5 years ago
Leo Chen d4bdbf8cf0
Polish nn code, test=develop (#22237)
5 years ago
123malin 985bceac53
Bug fix for sparse recorder (#21969)
5 years ago
Leo Chen 51cb918a05 update layers used in transformer dygraph model, test=develop (#22051)
5 years ago
Zhang Ting e587bc62f9
remove useless code, test=develop (#22111)
5 years ago
mapingshuo ccac636d5e
add example for reshape op (#22129)
5 years ago
zhongpu cf475f95df Remove FC in dygraph, modify FC to Linear in sample code (#22082)
5 years ago
Double_V 6ea3809143 Support prroi_pool_op with Tensor and LoDTensor rois (#20649)
5 years ago
liym27 de56887bef
add Note in the doc of old control flow ops. test=develop,test=document_fix (#22108)
5 years ago
Feiyu Chan 14aebc7a95
add erf op (#21785)
5 years ago
Huihuang Zheng 1ce6ab9cc6
Refine doc of data based on requirement. (#22098)
5 years ago
Qinghe JING 288b1e75de Fix segmentation fault bug in reduce ops (#22079)
5 years ago
liym27 7d8d45991a
control flow: support optimizer called (#21851)
5 years ago
ShenLiang 3fab86ffa6 add package for centerloss (#21806)
5 years ago
Liufang Sang 5b8837897d add shape description in accuracy api doc (#22011)
5 years ago
Yibing Liu c1fea3e3e2 Fix example in log_loss doc (#22052)
5 years ago
mapingshuo 81030125a3
convert input vars' dtype for range op (#22028)
5 years ago
ceci3 95d79b6d00
update error log for batch_norm_grad (#22017)
5 years ago
ShenLiang b68f4e006d Fix the doc of scatter_nd (#22015)
5 years ago
Leo Chen 33f1306753
update layers used in mnist dygraph model, test=develop (#21947)
5 years ago
hutuxian 27decacb8a
fix aucop stat shape (#21846)
5 years ago
Leo Chen 310edc0d0c
Update layers used in ptb model to use auto-generated op functions in dygraph mode (#21724)
5 years ago
FDInSky 6b9fbcf3ad Update iou_similarity op to support non-normalized bbox (#21671)
5 years ago
guofei 46f9184aff Modify the while_loop API (#21844)
5 years ago
Leo Chen a25418b32c
Set dtype of compare op's output to bool (#21864)
5 years ago
hong 957e182a90
revert a+b axis change; test=develop (#21821)
5 years ago
Leo Chen c96f06f2f6
add unary operator __neg__, test=develop (#21787)
5 years ago
zhouwei25 ecb2419e5c increase the explanation doc of py_func (#21631)
5 years ago
Kaipeng Deng 943a44492b
yolo_box OP add Attr(clip_bbox). (#21620)
5 years ago
zhouwei25 e92d113590 fix bug that tuple(Variable) is converted to list(Variable) uncorrectly (#21687)
5 years ago
Leo Chen 9c481e12ba
Patch math method for VarBase using auto-generated op functions (#21656)
5 years ago
Huihuang Zheng 99331fa113
Fix current block in math_patch_op (#21189)
5 years ago
Huihuang Zheng a1a5adc9b8
Refine English Doc of cond API (#21609)
5 years ago
guofei 835ea12cde Control flow API: while_loop (#21276)
5 years ago
Huihuang Zheng 1dcf6a7212
Add Much Complex Test and Fix Bugs for Control Flow cond API (#21532)
5 years ago
Feiyu Chan 2057df7ac0 add fluid.layers.gelu & doc (#21515)
5 years ago
wangchaochaohu 29c3844585
fix doc typo test=develop (#21566)
5 years ago
danleifeng 657053f262 remove elementwise x_should_larger_than_y restriction;test=develop (#21517)
5 years ago
hong 08483a6819
Add dygraph linear warm up decay (#21186)
5 years ago
lilong12 de46b15951
Unify the rank of prelu alpha to 4, corresponding to [N, C, H, W], except for the all mode
5 years ago
Leo Chen cdd46d7e02
Split VarBase from Python Variable for Dygraph (#21359)
5 years ago
wangchaochaohu 4c9b3dafa7
fill_constant_batch_size_like OP precious problem fix (#21337)
5 years ago
ruri 2445fef386
Fix density sample (#21506)
5 years ago
lilong12 0bc8bdf724
set dim[0] to -1 if dim[0] < 0 during compiling for c_allgather op (#21402)
5 years ago
Aurelius84 4bf115b42d
Fix AdamOptimizer and Scale sample code Bug (#21478)
5 years ago
ruri 94bef03539
Revert "Add masked select api (#21172)" (#21456)
5 years ago
ruri 3706ea67f8
fix sample code in density prior box
5 years ago