Commit Graph

1066 Commits (17bee1d9a0a8da491f1f2af6f579d1544fe3e366)

Author SHA1 Message Date
zhupengyang 17bee1d9a0
Op(brelu) error message enhancement (#23606)
5 years ago
GaoWei8 66cae9157e
Op (lod_reset) error message enhancement (#23499)
5 years ago
David Lin 118e585b8c
rename op fluid.layers.matmul to paddle.matmul (#23375)
5 years ago
wawltor 08e3d9c0dc
Add the matmul, elementwise_euqal, elementwise_sum ops to API2.0 (#23437)
5 years ago
Tao Luo 0b583235f5
Revert "Solve the conflict of ops with the same name. (#23199)" (#23494)
5 years ago
Zhen Wang abe3e6906d
Solve the conflict of ops with the same name. (#23199)
5 years ago
Feiyu Chan 81f1402f6c
Add functional convolutions in paddle.nn.functional (#23408)
5 years ago
Kaipeng Deng 21d95be0db
Add inplace abn op (#22806)
5 years ago
xujiaqi01 3a45767d49
add fleet pslib pull and push sparse op and push dense op (#23139)
5 years ago
Leo Chen 488b2387e2
Feature/expand params in auto-generated pybind functions for dygraph operators (#23181)
5 years ago
GaoWei8 20eed5401a
Change fluid.layers.where‘s C++ operator name (#23250)
5 years ago
songyouwei 9203aaf185
fix unittest for coverage (#23007)
5 years ago
liym27 44b1343aab
Support LoDTensorArray in stack/concat api for transformation of list dygraph_to_static (#22987)
5 years ago
yaoxuefeng 29a7a52d38
Fix instag (#22632)
5 years ago
wawltor 1daa66559f
Fix the elementwise_min API BUG, use the elementwise_min replace elementwise_max. (#22880)
5 years ago
tianshuo78520a 433cef03e5
fix typo word (#22784)
5 years ago
mamingjie-China a5b0758ff7
fix the doc in elementwise_add elementwise_sub elementwise_mul elementwise_div
5 years ago
tianshuo78520a d2ba91aad1
fix typo words (#22653)
5 years ago
liym27 17a6b50fe3
support num_flatten_dims=-1 of API fc. (#22634)
5 years ago
zhouwei25 d86007775f
fix py_func bug when out is list and add unittest case (#22595)
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
Leo Chen d4bdbf8cf0
Polish nn code, test=develop (#22237)
5 years ago
Leo Chen 51cb918a05 update layers used in transformer dygraph model, test=develop (#22051)
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
Qinghe JING 288b1e75de Fix segmentation fault bug in reduce ops (#22079)
5 years ago
Yibing Liu c1fea3e3e2 Fix example in log_loss doc (#22052)
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
Leo Chen 310edc0d0c
Update layers used in ptb model to use auto-generated op functions in dygraph mode (#21724)
5 years ago
zhouwei25 ecb2419e5c increase the explanation doc of py_func (#21631)
6 years ago
zhouwei25 e92d113590 fix bug that tuple(Variable) is converted to list(Variable) uncorrectly (#21687)
6 years ago
wangchaochaohu 29c3844585
fix doc typo test=develop (#21566)
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
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
wawltor dbbe6e9cb6
fix the device supported of the op unique and unique_with_counts. (#21395)
6 years ago
Jie Fang 5e813b53c5 nhwc optimization for batchnorm (#21090)
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
hutuxian 47a82e38e3
Support data_norm gpu kernel (#21325)
6 years ago
lilong12 41d13209d7
add the framework support for distfc (#21197)
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
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