Commit Graph

1766 Commits (cb36478a3662ec52fa7b59955d9738acd84cf2a7)

Author SHA1 Message Date
Wilber 286c2e0ede
error message enhancement for py_func op. (#23565)
5 years ago
zhupengyang 7b648ad1a5
Op(relu) error message enhancement (#23510)
5 years ago
zhupengyang 5d970b586b
Op(leaky_relu) error message enhancement (#23627)
5 years ago
Zhen Wang 84cd45f674
Solve the conflict of ops with the same name, test for CI. (#23573)
5 years ago
wangguanzhong c2f5a3ad34
enhance the error message of roi_align, test=develop (#23649)
5 years ago
wangchaochaohu f39899a43d
API(create_tensor) error message enhancement (#23571)
5 years ago
Kaipeng Deng b465bb0de7
fix adaptive_pool2d/pool3d error message. test=develop (#23658)
5 years ago
zhupengyang 17bee1d9a0
Op(brelu) error message enhancement (#23606)
5 years ago
Huihuang Zheng a82ce2b1bb
API/OP (ConditionalBlock) error message enhancement (#23480)
5 years ago
wangchaochaohu 81e8fd4a3e
API(fluid.layers.array_length) error message enhancement (#23547)
5 years ago
wangguanzhong 6bb8206d03
enhance the error message of box_clip, test=develop (#23638)
5 years ago
liym27 8987946fe2
Api/Op (select_input/select_ouput) error message enhancement. (#23445)
5 years ago
Kaipeng Deng d7e549f568
fix yolov3_loss gt_score check in dygraph. test=develop (#23634)
5 years ago
GaoWei8 66cae9157e
Op (lod_reset) error message enhancement (#23499)
5 years ago
liym27 4cbed3a3f6
API (layers.data/fluid.data) error message enhancement (#23427)
5 years ago
liym27 067134f1b3
API (Switch) error message enhancement. test=develop (#23459)
5 years ago
David Lin 118e585b8c
rename op fluid.layers.matmul to paddle.matmul (#23375)
5 years ago
wangchaochaohu 29c4fae112
Tensor value support (#23491)
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
liym27 03deb41d73
API (switch_case) error message enhancement. test=develop (#23429)
5 years ago
liym27 cd348dc467
API (case) error message enhancement. test=develop (#23428)
5 years ago
YuHaoXiang ee58ad62b6
import core in rnn.py (#23394)
5 years ago
liym27 b7b0b3595b
Add unittest for transformer prediction in dygraph_to_static (#23207)
5 years ago
songyouwei 738c84644b
support tensor array create read write in dygraph (#23200)
5 years ago
Kaipeng Deng 21d95be0db
Add inplace abn op (#22806)
5 years ago
wangchaochaohu 2fe0758f67
fix the doc of fill_constant test=develop (#23336)
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
liym27 6af480ca33
Support int64 for op assign_value. test=develop (#23179)
5 years ago
Aurelius84 d6f72c4fcc
Add parameter(learning_rate) in NoamDecay (#23156)
5 years ago
Aurelius84 cc8ca8cea9
Polish error Info in while_loop (#23183)
5 years ago
Zeng Jinle acfc9b8a70
Reader sequential and inference partial feed (#22699)
5 years ago
Zhang Ting 0d8f40d2b2
remove init_on_cpu and force_init_on_cpu APIs, test=develop (#22202)
5 years ago
Aurelius84 9ef7f6e898
support to modify dict and list in while_loop (#23083)
5 years ago
liym27 91a2627251
fix bug in select_input: set var type of output to be the same as input. test=develop (#23076)
5 years ago
Feiyu Chan 01ab8a0619
add approximation for gelu, test=develop (#22961)
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
FlyingQianMM 88776e40b9
fix SyntaxError in examples in retinanet_target_assign English API, test=develop (#22774)
5 years ago
songyouwei b813c948f0
support control flow cond in dygraph mode (#22693)
5 years ago
songyouwei 60aaa7158b
dygraph support while_loop op (#22714)
5 years ago
Huihuang Zheng 1b561da1f7
Change API doc example code to python3 style print (#22735)
5 years ago
mamingjie-China a5b0758ff7
fix the doc in elementwise_add elementwise_sub elementwise_mul elementwise_div
5 years ago