Commit Graph

2052 Commits (c39da29db7abb1c9346fa3f0dc81f625ad6b34a1)

Author SHA1 Message Date
Guanghua Yu bb64efb1d0
fix softmax_with_cross_entropy api en docs (#29116)
5 years ago
Noel da71173bc9
Fix ops doc for some ops
5 years ago
Leo Chen 770395cb93
Split train_mode and has_grad for tracer (#29064)
5 years ago
ShenLiang bb5f8e3575
fix doc of data,matmul,dot,cholesky,scatter,divide,remainder,inverse,sign (#28665)
5 years ago
Chen Weihang d0129fcd88
Add static_only decorator for static apis (#29015)
5 years ago
ceci3 e7caf3b8d9
fix examples, test=document_fix (#29019)
5 years ago
hutuxian db85f4cf8f
Add dygraph implementation for multiplex op (#29049)
5 years ago
Yiqun Liu eb9ae55849
Optimize the performance of piecewise_decay. (#29077)
5 years ago
GaoWei8 a049dff78f
Modify the default setting of softmax cudnn (#28672)
5 years ago
GaoWei8 13828db313
Add reminder of fluid.layers.lstm (#28964)
5 years ago
Chen Long 018e169923
fix some docs (#29011)
5 years ago
ysh329 9a475582e0
fix clip by norm EN doc. test=develop (#28994)
5 years ago
Leo Chen 3815d7aa40
Upgrade string literals to raw string (#28989)
5 years ago
lijianshe02 9f642ed881
fix English doc for dice_loss, log_loss, unfold and NLLLoss API test=… (#28739)
5 years ago
Bai Yifan 655d5eb1db
fix code example (#28636)
5 years ago
Aurelius84 e1c8d6bce5
Fix wrong out dtype inferred from helper.input_dtype (#28715)
5 years ago
Wilber fe2cf39f77
[2.0] Update py_func English doc. (#28646)
5 years ago
TeslaZhao abbc507a81
Fix two english api documents, transpose and strided_slice (#28687)
5 years ago
zhupengyang 2cd10fc465
fix 2.0 api docs (#28445)
5 years ago
Huihuang Zheng c5c273c13e
[Dy2stat] Fix Using Tuple for Transpose in Dy2stat (#28574)
5 years ago
Chen Weihang 4086f48ea1
Check and fix tensor and scalar type promotion (#28299)
5 years ago
Zhong Hui a98c69b6c6
fix dygraph gather api
5 years ago
Leo Chen 2853f0c4f9
Set static shape for shape tensor with constant [part 1] (#28275)
5 years ago
wangchaochaohu 495a9ceb95
fix the input error of size Op (#28272)
5 years ago
cnn 9940871888
[cherry pick ] cherry pick 28108 28198 28199 from release2.0rc (#28215)
5 years ago
liu zhengxi bc46069225
fix dynamic decode imperative (#28160)
5 years ago
wangguanzhong d1e1f17482
fix generate_proposal_labels in cascade-rcnn series model, test=develop (#27892)
5 years ago
chentianyu03 4aacacb4d6
change paddle.fluid.layers.fill_constant to paddle.full in sample codes (#27993)
5 years ago
Guo Sheng 0133581531
Clean text.py and decode.py for API 2.0 (#26853)
5 years ago
Thunderbrook f58434ef2c
fix slice doc (#27941)
5 years ago
mapingshuo 5ccaaab8aa
reshape support bool, test=develop (#27944)
5 years ago
chentianyu03 d05058d268
Remove and reorganize the alias of APIs (#27717)
5 years ago
ruri 8b307042ba
[API2.0]remove image_resize series api in Paddle2.0 (#27886)
5 years ago
liuyuhui 72efd830b9
[API 2.0: doc] fix doc of linspace cast assign addcmul (#27897)
5 years ago
MRXLT b19b01af18
add dygraph code for unstack (#27881)
5 years ago
zhang wenhui 7a58431c0a
fix norm api doc, test=develop (#27652)
5 years ago
Yiqun Liu b301adc98b
Update all the examples which use paddle.static.nn.fc. (#27904)
5 years ago
Steffy-zxf 92b3a71705
Update api 2.0 for some ops
5 years ago
Steffy-zxf 9215ad96ca
Update code examples for api2.0
5 years ago
Huihuang Zheng e388e60312
Refine cond API English Doc for 2.0RC (#27708)
5 years ago
MRXLT 84d8e49de8
refine adam/strided_slice && fix doc for rmsprop/unstack (#27740)
5 years ago
GaoWei8 36bb056ed6
Add flattern weight of lstm (#27192)
5 years ago
zhupengyang 0025e0d87b
refine APIs: brelu, hardsigmoid, hardswish, maxout (#27658)
5 years ago
Li Fuchen c4b1faa469
modified sample code of add_position_encoding to use paddle.randn, test=document_fix (#27679)
5 years ago
wanghuancoder 6076d0a5df
modify doc for bilinear_tensor_product, test=develop (#27613)
5 years ago
huangjun12 de60c54938
fix doc and example code of huber_loss and npair_loss (#27678)
5 years ago
ysh329 9cd86487cc
Fix api for ErrorClipByValue, code demo of clip_by_norm. test=develop (#27654)
5 years ago
Wilber 488152a6d0
[API 2.0]Update 2.0 api from fluid to paddle. (#27598)
5 years ago
LielinJiang 7f9b198d59
Romove grid_sampler and refine example code (#27649)
5 years ago
lijianshe02 295e87e428
fix dice_loss, log_loss doc and example code test=document_fix (#27702)
5 years ago