Commit Graph

1082 Commits (146bed767bd2a337ff00a5999966d5049627491f)

Author SHA1 Message Date
Yuan Shuai 529795655c
API/OP (clip_by_norm/clip) error message enhancement (#23603)
6 years ago
Steffy-zxf ac4da77aa6
update error info of ops,add some test cases for raise message (#23750)
6 years ago
mamingjie-China 17588bbeed
API(has_inf, has_nan, cumsum, fsp_matrix, increment) error message enhancement, test=develop (#23769)
6 years ago
wawltor f26f7c3603
Add some error meesage and dtyp, dtyep check for some ops (#23762)
6 years ago
ceci3 cd1de0e2c5
API/OP error message enhancement (#23691)
6 years ago
zhupengyang 2787944c2b
Ops(relu6/selu/soft_relu/softshrink/stanh/swish/thresholded_relu/hard_shrink/hard_sigmoid/hard_swish/hsigmoid/maxout) error message enhancement (#23718)
6 years ago
FlyingQianMM b4be5ef5ec
OP(retinanet_detection_output, retinanet_target_assign, sigmoid_focal_loss, deformable_roi_pooling) error message enhancement. test=develop (#23726)
6 years ago
FDInSky 0a878be817
modify some op for dyg rcnn (#23648)
6 years ago
zhupengyang 5b3dd80633
Op(prelu) error message enhancement (#23616)
6 years ago
liu zhengxi eda7ff054b
Refine example code in en doc (#23549)
6 years ago
Wilber 286c2e0ede
error message enhancement for py_func op. (#23565)
6 years ago
zhupengyang 7b648ad1a5
Op(relu) error message enhancement (#23510)
6 years ago
zhupengyang 5d970b586b
Op(leaky_relu) error message enhancement (#23627)
6 years ago
Zhen Wang 84cd45f674
Solve the conflict of ops with the same name, test for CI. (#23573)
6 years ago
wangguanzhong c2f5a3ad34
enhance the error message of roi_align, test=develop (#23649)
6 years ago
Kaipeng Deng b465bb0de7
fix adaptive_pool2d/pool3d error message. test=develop (#23658)
6 years ago
zhupengyang 17bee1d9a0
Op(brelu) error message enhancement (#23606)
6 years ago
GaoWei8 66cae9157e
Op (lod_reset) error message enhancement (#23499)
6 years ago
David Lin 118e585b8c
rename op fluid.layers.matmul to paddle.matmul (#23375)
6 years ago
wawltor 08e3d9c0dc
Add the matmul, elementwise_euqal, elementwise_sum ops to API2.0 (#23437)
6 years ago
Tao Luo 0b583235f5
Revert "Solve the conflict of ops with the same name. (#23199)" (#23494)
6 years ago
Zhen Wang abe3e6906d
Solve the conflict of ops with the same name. (#23199)
6 years ago
Feiyu Chan 81f1402f6c
Add functional convolutions in paddle.nn.functional (#23408)
6 years ago
Kaipeng Deng 21d95be0db
Add inplace abn op (#22806)
6 years ago
xujiaqi01 3a45767d49
add fleet pslib pull and push sparse op and push dense op (#23139)
6 years ago
Leo Chen 488b2387e2
Feature/expand params in auto-generated pybind functions for dygraph operators (#23181)
6 years ago
GaoWei8 20eed5401a
Change fluid.layers.where‘s C++ operator name (#23250)
6 years ago
songyouwei 9203aaf185
fix unittest for coverage (#23007)
6 years ago
liym27 44b1343aab
Support LoDTensorArray in stack/concat api for transformation of list dygraph_to_static (#22987)
6 years ago
yaoxuefeng 29a7a52d38
Fix instag (#22632)
6 years ago
wawltor 1daa66559f
Fix the elementwise_min API BUG, use the elementwise_min replace elementwise_max. (#22880)
6 years ago
tianshuo78520a 433cef03e5
fix typo word (#22784)
6 years ago
mamingjie-China a5b0758ff7
fix the doc in elementwise_add elementwise_sub elementwise_mul elementwise_div
6 years ago
tianshuo78520a d2ba91aad1
fix typo words (#22653)
6 years ago
liym27 17a6b50fe3
support num_flatten_dims=-1 of API fc. (#22634)
6 years ago
zhouwei25 d86007775f
fix py_func bug when out is list and add unittest case (#22595)
6 years ago
Tao Luo 6b7bb6b54a
change check_type_and_dtype to check_variable_and_dtype (#22465)
7 years ago
songyouwei 99f5907e02 Fix layer & dygraph circular dependent (#22334)
7 years ago
Leo Chen d4bdbf8cf0
Polish nn code, test=develop (#22237)
7 years ago
Leo Chen 51cb918a05 update layers used in transformer dygraph model, test=develop (#22051)
7 years ago
mapingshuo ccac636d5e
add example for reshape op (#22129)
7 years ago
zhongpu cf475f95df Remove FC in dygraph, modify FC to Linear in sample code (#22082)
7 years ago
Double_V 6ea3809143 Support prroi_pool_op with Tensor and LoDTensor rois (#20649)
7 years ago
Qinghe JING 288b1e75de Fix segmentation fault bug in reduce ops (#22079)
7 years ago
Yibing Liu c1fea3e3e2 Fix example in log_loss doc (#22052)
7 years ago
ceci3 95d79b6d00
update error log for batch_norm_grad (#22017)
7 years ago
ShenLiang b68f4e006d Fix the doc of scatter_nd (#22015)
7 years ago
Leo Chen 33f1306753
update layers used in mnist dygraph model, test=develop (#21947)
7 years ago
Leo Chen 310edc0d0c
Update layers used in ptb model to use auto-generated op functions in dygraph mode (#21724)
7 years ago
zhouwei25 ecb2419e5c increase the explanation doc of py_func (#21631)
7 years ago