Commit Graph

1742 Commits (7f1ad510bd5df6093767ab65817bd2f9cd970a7f)

Author SHA1 Message Date
YuHaoXiang ee58ad62b6
import core in rnn.py (#23394)
6 years ago
liym27 b7b0b3595b
Add unittest for transformer prediction in dygraph_to_static (#23207)
6 years ago
songyouwei 738c84644b
support tensor array create read write in dygraph (#23200)
6 years ago
Kaipeng Deng 21d95be0db
Add inplace abn op (#22806)
6 years ago
wangchaochaohu 2fe0758f67
fix the doc of fill_constant test=develop (#23336)
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
liym27 6af480ca33
Support int64 for op assign_value. test=develop (#23179)
6 years ago
Aurelius84 d6f72c4fcc
Add parameter(learning_rate) in NoamDecay (#23156)
6 years ago
Aurelius84 cc8ca8cea9
Polish error Info in while_loop (#23183)
6 years ago
Zeng Jinle acfc9b8a70
Reader sequential and inference partial feed (#22699)
6 years ago
Zhang Ting 0d8f40d2b2
remove init_on_cpu and force_init_on_cpu APIs, test=develop (#22202)
6 years ago
Aurelius84 9ef7f6e898
support to modify dict and list in while_loop (#23083)
6 years ago
liym27 91a2627251
fix bug in select_input: set var type of output to be the same as input. test=develop (#23076)
6 years ago
Feiyu Chan 01ab8a0619
add approximation for gelu, test=develop (#22961)
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
FlyingQianMM 88776e40b9
fix SyntaxError in examples in retinanet_target_assign English API, test=develop (#22774)
6 years ago
songyouwei b813c948f0
support control flow cond in dygraph mode (#22693)
6 years ago
songyouwei 60aaa7158b
dygraph support while_loop op (#22714)
6 years ago
Huihuang Zheng 1b561da1f7
Change API doc example code to python3 style print (#22735)
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
xiaoting 3f0ca61a82
fix noam decay example, test=develop,test=document_fix (#22557)
6 years ago
guofei 9ed59da443
Modify english document and unittest of while_loop (#22615)
6 years ago
guofei 614a2a4f98
modify English document while_loop (#22573)
6 years ago
FDInSky e28833a80e
Fix doc of detection's img_info param (#22458)
6 years ago
Guo Sheng 31b5464632
Add support for dynamic_decode(while) training. (#22231)
6 years ago
guofei 3a59a7a11f
Make assign op support LoDTensorArray and modify while_loop API (#22309)
6 years ago
Tao Luo 6b7bb6b54a
change check_type_and_dtype to check_variable_and_dtype (#22465)
6 years ago
songyouwei 99f5907e02 Fix layer & dygraph circular dependent (#22334)
7 years ago
Li Fuchen 51e147a130
fix the en doc and example code of warpctc (#22325)
7 years ago
Leo Chen d4bdbf8cf0
Polish nn code, test=develop (#22237)
7 years ago
123malin 985bceac53
Bug fix for sparse recorder (#21969)
7 years ago
Leo Chen 51cb918a05 update layers used in transformer dygraph model, test=develop (#22051)
7 years ago
Zhang Ting e587bc62f9
remove useless code, test=develop (#22111)
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
liym27 de56887bef
add Note in the doc of old control flow ops. test=develop,test=document_fix (#22108)
7 years ago
Feiyu Chan 14aebc7a95
add erf op (#21785)
7 years ago
Huihuang Zheng 1ce6ab9cc6
Refine doc of data based on requirement. (#22098)
7 years ago
Qinghe JING 288b1e75de Fix segmentation fault bug in reduce ops (#22079)
7 years ago
liym27 7d8d45991a
control flow: support optimizer called (#21851)
7 years ago