Commit Graph

2019 Commits (72efd830b9dfdabe36ecd135a8ea9f46236bcbca)

Author SHA1 Message Date
liuyuhui 72efd830b9
[API 2.0: doc] fix doc of linspace cast assign addcmul (#27897)
6 years ago
MRXLT b19b01af18
add dygraph code for unstack (#27881)
6 years ago
zhang wenhui 7a58431c0a
fix norm api doc, test=develop (#27652)
6 years ago
Yiqun Liu b301adc98b
Update all the examples which use paddle.static.nn.fc. (#27904)
6 years ago
Steffy-zxf 92b3a71705
Update api 2.0 for some ops
6 years ago
Steffy-zxf 9215ad96ca
Update code examples for api2.0
6 years ago
Huihuang Zheng e388e60312
Refine cond API English Doc for 2.0RC (#27708)
6 years ago
MRXLT 84d8e49de8
refine adam/strided_slice && fix doc for rmsprop/unstack (#27740)
6 years ago
GaoWei8 36bb056ed6
Add flattern weight of lstm (#27192)
6 years ago
zhupengyang 0025e0d87b
refine APIs: brelu, hardsigmoid, hardswish, maxout (#27658)
6 years ago
Li Fuchen c4b1faa469
modified sample code of add_position_encoding to use paddle.randn, test=document_fix (#27679)
6 years ago
wanghuancoder 6076d0a5df
modify doc for bilinear_tensor_product, test=develop (#27613)
6 years ago
huangjun12 de60c54938
fix doc and example code of huber_loss and npair_loss (#27678)
6 years ago
ysh329 9cd86487cc
Fix api for ErrorClipByValue, code demo of clip_by_norm. test=develop (#27654)
6 years ago
Wilber 488152a6d0
[API 2.0]Update 2.0 api from fluid to paddle. (#27598)
6 years ago
LielinJiang 7f9b198d59
Romove grid_sampler and refine example code (#27649)
6 years ago
lijianshe02 295e87e428
fix dice_loss, log_loss doc and example code test=document_fix (#27702)
6 years ago
Qi Li 4d79304c09
update samples of print and clip api, test=develop (#27670)
6 years ago
ShenLiang e262cb6293
fix the scatternd/scatterndadd (#27634)
6 years ago
Bai Yifan b77d9f268e
migrate code example and doc (#27627)
6 years ago
yaoxuefeng cefb49ab44
fix docs (#27637)
6 years ago
Huihuang Zheng abb32bbccd
[Dy2stat] Fix lstm bug (#27631)
6 years ago
danleifeng 6ad72106f9
[API 2.0] Fix api 'is_empty' (#27593)
6 years ago
Leo Chen c7e0a8bebf
Remove inplace argument when calling nn.reshape() (#27376)
6 years ago
Feiyu Chan e1f8617ee2
bugfix: RNN does not initialize the state for the cell correctly (#27644)
6 years ago
Li Fuchen 5e4f01f5ef
modified sample code of add_position_encoding to 2.0 (#27561)
6 years ago
littletomatodonkey 68df20d2f2
fix pad2d example code (#27615)
6 years ago
Li Fuchen 1501a80f74
add support to float64 input of warpctc op. (#27399)
6 years ago
liym27 3f170dd83d
[API 2.0] Fix example code of api 'switch_case' and add/delete alias (#27578)
6 years ago
liym27 9b7ebf1099
[API 2.0] Fix example code of api 'case' and add/delete alias (#27577)
6 years ago
Leo Chen 0b4bb023a7
Add static mode check on data() (#27495)
6 years ago
Zhou Wei 1e1ae5c54d
Make the Bind Method of Tensor more automatic (#27270)
6 years ago
wangchaochaohu 76fb95fe76
avoid data transform for linspace OP (#27444)
6 years ago
wangchaochaohu 0a862fd356
refine the precious of linspace Op using half way (#27452)
6 years ago
ceci3 1d3b27cae8
add double grad compute for batch norm (#27296)
6 years ago
Wilber 39546aa2f3
Add pass compatible and unit test. (#27377)
6 years ago
furnace 515efe4240
add empty_like op (python, and unit test), use c++ implementation of empty op, (#27287)
6 years ago
zhupengyang ac9afa024b
paddle.nn.functional.logsigmoid -> log_sigmoid (#27277)
6 years ago
Leo Chen f402d8d8c0
fix bug when axis is a tensor with more than 1 element (#27263)
6 years ago
ShenLiang 5bd84b22c4
revert divide (#27202)
6 years ago
wangguanzhong a28ae86e11
Enhance ops to support LoD as input for dygraph detection models. (#25316)
6 years ago
yaoxuefeng 0dab0fc23c
add back triu in fluid (#27135)
6 years ago
yinhaofeng dc00bd67ff
delate some wrong message test=develop, test=document_fix (#26595)
6 years ago
Leo Chen d6ee0868a4
fix unsqueeze in dygraph (#27107)
6 years ago
wangchaochaohu 041f4ab842
refine linspace Op for dtype setting(#27071)
6 years ago
wangchaochaohu c3b314c373
refine the error of message test=develop (#27067)
6 years ago
wangchaochaohu 8fa3d367ed
Remove "TypeError" from some files as required (#27019)
6 years ago
AshburnLee d843706230
add shape check for fill_constant OP and remove doc of type error (#26919)
6 years ago
Zhou Wei 352ac149ee
update doc of paddle.to_tensor (#26820)
6 years ago
zhupengyang 6a09b8f1cb
erase Raises and refine doce of random functions (#26901)
6 years ago