Commit Graph

2087 Commits (038ce70d69f83f6510f78c6606d916ff77f54ba3)

Author SHA1 Message Date
pangyoki 6fafbdc39e
change np.int to int to fix paddle warning (#31221)
4 years ago
qingqing01 572cc8bd0f
Update doc for 2.0 API and some callback (#31180)
4 years ago
AshburnLee 666efc2336
Call new cudnn batch norm API regardless of data type and data layout (#30157)
4 years ago
Jiaqi Liu 65a9744cfd
fix paddle.static.acc and auc sample code bug, test=document_fix (#30715)
4 years ago
liu zhengxi a87d78f1a9
update gather_tree doc (#30693)
4 years ago
liu zhengxi fef3654b4e
upgrade gather_tree to core.ops (#30697)
4 years ago
Zhang Ting 34bf8dfc40
avoid calling cast twice (#30527)
4 years ago
Jiaqi Liu e395bcd1e0
add auc into 'all' list (#30310)
4 years ago
Leo Chen 3d015f1cf5
Set expected place in child thread for dataloader to avoid costing cuda memory on other card (#30338)
4 years ago
XiaoguangHu 6bfdef727e
clean redundant API alias in 2.0 - part 2 (#30013)
4 years ago
liym27 b2483d78a8
Fix test_slice: avoid unnecessary copying of TensorArray from subblock to parent block(#30168)
4 years ago
wangchaochaohu 7dd551e08b
refine the paddle place support using str (#28769)
4 years ago
Leo Chen adac38c506
add dispenable input for core.ops.reshape2/expand/slice (#30072)
4 years ago
Jiaqi Liu 2e8425b693
Fix beam search bug (#29824)
4 years ago
WangXi ee16006b5d
Optimization grad merge performance (#29784)
4 years ago
XiaoguangHu 726c78f293
clean redundant API alias in 2.0 - part 1 (#29928)
5 years ago
Thunderbrook 09b6e71928
heter box (#29734)
5 years ago
Leo Chen 0fdd365665
Add fast path for dropout when p == 0 (#29553)
5 years ago
joejiong 87e75a77c2
Add tangent operator (#29207)
5 years ago
liuyuhui 2ee7a6b08c
[paddle v2.0.0rc1: API fixs] assign/conv2d/conv2d_transpose/cast/ParamAttr (#29171)
5 years ago
Guo Sheng 8fc7f1b66a
Fix api docs in RNN, Transformer, layer_norm, WeightNormParamAttr (#29235)
5 years ago
liym27 5f84d0b375
Fix bug: delete wrong check_type of paddle.concat and support LoDTensorArray (#29306)
5 years ago
LielinJiang b9f1f4343b
Move temporal_shift to paddle.nn.functional (#29261)
5 years ago
mls1999725 6a9a62c3ef
Update conv3d API (#29205)
5 years ago
Leo Chen 116305ea4b
Improve performance of elementwise_add grad op (#29187)
5 years ago
huangjun12 b6a26749dc
fix doc of alpha_dropout/dropout/dropout2d/dropout3d/npair_loss (#29136)
5 years ago
hong19860320 f23665e5d5
Refine the doc and unit test for Sigmoid and stanh (#29198)
5 years ago
liym27 865a45984f
Check whether there is any inplace operation affecting gradient calculation. (#27901)
5 years ago
lilong12 08fb079dbc
Fix the doc for shard_index api (#29183)
5 years ago
Huihuang Zheng 4a0a870177
[dy2stat] Set shape for linspace to Fix dy2stat for GridGenerator Model (#29173)
5 years ago
Kaipeng Deng f4c894a693
alias yolo_loss & yolo_box to paddle.vision. (#28520)
5 years ago
徐铭远 3c2a46bd7b
fix doc of erf,rank,mm,cross_entropy,pixel_shuffle,kron... (#29126)
5 years ago
Chen Long d576d6ddeb
fix some docs test=develop;test=document_fix (#29159)
5 years ago
pangyoki 6df685ab64
fix nce, multinomial, Categorical, Normal, Uniform en doc (#28541)
5 years ago
GaoWei8 a7ef724dd5
polish softamx doc (#29153)
5 years ago
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