Commit Graph

1758 Commits (a82ce2b1bbd4a1e3bfab6b1829fd783ba020d6a6)

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)
6 years ago
Li Fuchen 51e147a130
fix the en doc and example code of warpctc (#22325)
6 years ago
Leo Chen d4bdbf8cf0
Polish nn code, test=develop (#22237)
6 years ago
123malin 985bceac53
Bug fix for sparse recorder (#21969)
6 years ago
Leo Chen 51cb918a05 update layers used in transformer dygraph model, test=develop (#22051)
6 years ago
Zhang Ting e587bc62f9
remove useless code, test=develop (#22111)
6 years ago
mapingshuo ccac636d5e
add example for reshape op (#22129)
6 years ago
zhongpu cf475f95df Remove FC in dygraph, modify FC to Linear in sample code (#22082)
6 years ago
Double_V 6ea3809143 Support prroi_pool_op with Tensor and LoDTensor rois (#20649)
6 years ago
liym27 de56887bef
add Note in the doc of old control flow ops. test=develop,test=document_fix (#22108)
6 years ago
Feiyu Chan 14aebc7a95
add erf op (#21785)
6 years ago
Huihuang Zheng 1ce6ab9cc6
Refine doc of data based on requirement. (#22098)
6 years ago
Qinghe JING 288b1e75de Fix segmentation fault bug in reduce ops (#22079)
6 years ago
liym27 7d8d45991a
control flow: support optimizer called (#21851)
6 years ago
ShenLiang 3fab86ffa6 add package for centerloss (#21806)
6 years ago
Liufang Sang 5b8837897d add shape description in accuracy api doc (#22011)
6 years ago
Yibing Liu c1fea3e3e2 Fix example in log_loss doc (#22052)
6 years ago
mapingshuo 81030125a3
convert input vars' dtype for range op (#22028)
6 years ago
ceci3 95d79b6d00
update error log for batch_norm_grad (#22017)
6 years ago
ShenLiang b68f4e006d Fix the doc of scatter_nd (#22015)
6 years ago
Leo Chen 33f1306753
update layers used in mnist dygraph model, test=develop (#21947)
6 years ago
hutuxian 27decacb8a
fix aucop stat shape (#21846)
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
FDInSky 6b9fbcf3ad Update iou_similarity op to support non-normalized bbox (#21671)
6 years ago
guofei 46f9184aff Modify the while_loop API (#21844)
6 years ago
Leo Chen a25418b32c
Set dtype of compare op's output to bool (#21864)
6 years ago
hong 957e182a90
revert a+b axis change; test=develop (#21821)
6 years ago
Leo Chen c96f06f2f6
add unary operator __neg__, test=develop (#21787)
6 years ago
zhouwei25 ecb2419e5c increase the explanation doc of py_func (#21631)
6 years ago
Kaipeng Deng 943a44492b
yolo_box OP add Attr(clip_bbox). (#21620)
6 years ago
zhouwei25 e92d113590 fix bug that tuple(Variable) is converted to list(Variable) uncorrectly (#21687)
6 years ago
Leo Chen 9c481e12ba
Patch math method for VarBase using auto-generated op functions (#21656)
6 years ago
Huihuang Zheng 99331fa113
Fix current block in math_patch_op (#21189)
6 years ago
Huihuang Zheng a1a5adc9b8
Refine English Doc of cond API (#21609)
6 years ago
guofei 835ea12cde Control flow API: while_loop (#21276)
6 years ago
Huihuang Zheng 1dcf6a7212
Add Much Complex Test and Fix Bugs for Control Flow cond API (#21532)
6 years ago
Feiyu Chan 2057df7ac0 add fluid.layers.gelu & doc (#21515)
6 years ago
wangchaochaohu 29c3844585
fix doc typo test=develop (#21566)
6 years ago
danleifeng 657053f262 remove elementwise x_should_larger_than_y restriction;test=develop (#21517)
6 years ago
hong 08483a6819
Add dygraph linear warm up decay (#21186)
6 years ago
lilong12 de46b15951
Unify the rank of prelu alpha to 4, corresponding to [N, C, H, W], except for the all mode
6 years ago
Leo Chen cdd46d7e02
Split VarBase from Python Variable for Dygraph (#21359)
6 years ago
wangchaochaohu 4c9b3dafa7
fill_constant_batch_size_like OP precious problem fix (#21337)
6 years ago
ruri 2445fef386
Fix density sample (#21506)
6 years ago
lilong12 0bc8bdf724
set dim[0] to -1 if dim[0] < 0 during compiling for c_allgather op (#21402)
6 years ago
Aurelius84 4bf115b42d
Fix AdamOptimizer and Scale sample code Bug (#21478)
6 years ago
ruri 94bef03539
Revert "Add masked select api (#21172)" (#21456)
6 years ago
ruri 3706ea67f8
fix sample code in density prior box
6 years ago
liym27 beec87b911
fix bug in example codes of API case and switch_case. test=develop,test=document_fix (#21477)
6 years ago
hutuxian 7e68bc896b
refactor AUC OP and add its CUDA Kernel (#21336)
6 years ago
wawltor dbbe6e9cb6
fix the device supported of the op unique and unique_with_counts. (#21395)
6 years ago
Huihuang Zheng 32959e031e
Add English Document for cond API (#21452)
6 years ago
Jie Fang 5e813b53c5 nhwc optimization for batchnorm (#21090)
6 years ago
Huihuang Zheng 630be31952
Fix Cond Bug for Nested Control Flow (#21340)
6 years ago
zhaoyuchen2018 b16274556a
Add dscending for argsort (#21400)
6 years ago
Kaipeng Deng ebfb720a63
add Adam beta1/beta2 support Variable (#21234)
6 years ago
ruri 007c997572
Add masked select api (#21172)
6 years ago
Kaipeng Deng 67c836fb5c
batch_norm momentum support variable (#21246)
6 years ago
Zeng Jinle b97fc16d21
fix lod_reset bug, test=develop (#21392)
6 years ago
hutuxian 47a82e38e3
Support data_norm gpu kernel (#21325)
6 years ago
lilong12 41d13209d7
add the framework support for distfc (#21197)
6 years ago
wangchaochaohu 6514f52e46
fix the fill_constant op precious problem (#21322)
6 years ago
lijianshe02 7fcaa39b36
fix Print_op input dtype list error test=develop (#21326)
6 years ago
Yi Liu 0fd1281ef8
fix bug of issue #21259 (#21287)
6 years ago
ShenLiang 1f39a9f17e fix the bug of scatter_nd, test=develop (#21257)
6 years ago
lijianshe02 382cf5d7e3
add input type and input data type check for Print_op test=develop (#21250)
6 years ago
liym27 b0fc822747 Add control flow api: case (#21114)
6 years ago
yaoxuefeng b5d8ba8394
fix data_norm op to avoid impractical normalization result test=develop (#21152)
6 years ago
Zhang Ting 9cbe7bccba modified error message and API doc for channel_last supported Op (#21002)
6 years ago
liym27 9247528252 Control flow API: switch_case (#21103)
6 years ago
ruri aeb887911f
Refine edit distance cn (#21121)
6 years ago
hong 835119c777
disable reshape inplace in dygraph model; test=develop (#21157)
6 years ago
Tao Luo 3976bbe2ce
add input type and dtype check template, and update some APIs check (#21161)
6 years ago
Tao Luo 8f659d4345
Split some APIs from nn.py to loss.py (#21117)
6 years ago
lilong12 e249d9a3e2
fix the computation for dx (grad for x) for prelu operation. (#20949)
6 years ago
Huihuang Zheng e64d55f04e
Add basic Python Cond Layer (#21050)
6 years ago
Tao Luo 78cc1ca616
Split some APIs from nn.py to rnn.py and sequence_lod.py (#21030)
6 years ago
LielinJiang 06063b7001 add op locality_aware_nms, test=develop (#20976)
6 years ago
Huihuang Zheng 1957192f05
Add select_input_op and select_output_op (#21016)
6 years ago
hong 72e0969b27
fix uniform random (#21009)
6 years ago
Wojciech Uss 226bc22a29 Remove fuse_with_relu argument from batch_norm constructor (#21028)
6 years ago
liym27 f0e95a6049 Polish error messages of pool_2d/3d and add Raises in English document. test=develop (#21017)
6 years ago
Zhang Ting de9bec607e lrn supports channel_last input, test=develop (#20954)
6 years ago
liym27 7b4cb655bb keep the size of symmetric padding is 2 for 2d and 3 for 3d. test=develop (#20903)
6 years ago
Zhang Ting 8d1e9f0f7e maxout supports channel_last input (#20846)
6 years ago
liym27 6802539a2e support Tensor for split and concat, support -1 in num_or_sections, add check num_or_sections (#20780)
6 years ago
liym27 84d221b667 improve unsqueeze op to support int, Tensor for argument axes (#20824)
6 years ago
silingtong123 03d7f3ddb2 Make shape tensor support int32 (#20757)
6 years ago
Huihuang Zheng 95ba4bd2ab
Add shape and type check at read_op (#20754)
6 years ago
Bai Yifan 6bdf99d37a
fix dcn doc about Mask introduction, test=develop, test=document_fix (#20836)
6 years ago
Zhang Ting 5a8d885d72 All elements in attr(shape) of crop_tensor can be -1 and int32/64 kernel registered (#20756)
6 years ago
Aurelius84 28dd2a58df
refine Categorical and MultivariateNormalDiag en doc (#20723)
6 years ago
石晓伟 37cd43545a
update the infer shape of matmul, test=develop (#20717)
6 years ago
zhongpu 702aad5a0a remove assert statement to support sqeeze op in drgraph, test=develop (#20763)
6 years ago
wangguanzhong 9a3e22aad4
move nms2 to contrib, test=develop (#20709)
6 years ago
Zhang Ting 80c97e560d fix bias_attr's bug of conv and conv_transpose, test=develop (#20704)
6 years ago
zhongpu efa10937bd fix elementwise_floordiv_op and elementwise_mod_op (#20534)
6 years ago
liym27 ae4ddbc821 add fill_constant input(shape) dtype check. test=develop (#20620)
6 years ago