Commit Graph

11277 Commits (0a29fc85d64dd7c65aee2e4b8d17f2e2b4cbf4b1)

Author SHA1 Message Date
Yang Zhang 63eef7632e
Fix clip input check (#26683)
6 years ago
donproc edf5f3173a
[2.0 API] add paddle.nn.functional.linear and fix paddle.nn.Linear (#26480)
6 years ago
lilong12 2f75465d9a
fix the call to core.ops.x, test=develop (#26729)
6 years ago
lilong12 f1ae017fa9
update copyright year, test=document_fix (#26586)
6 years ago
Zhen Wang f9066e6a6f
Update the demo code and the doc of varbase.backward. (#26506)
6 years ago
Feiyu Chan f4083010a7
Add unified RNN APIs (#26588)
6 years ago
joejiong f311d3c1cf
Fix pow api type error with python side method, merge elementwise_pow and pow. (#26163)
6 years ago
yongqiangma e4cc6a28b0
Norm op support 2-axis (#26492)
6 years ago
chalsliu dc56c89822
Add the option to execute unit tests only at night (#26669)
6 years ago
Aurelius84 f05613683f
[Dy2stat] Support InputSpec and Return callable class instance in @declarative (#25960)
6 years ago
xiaoting 89d7d86684
add intepolte_v2 (#26520)
6 years ago
gongweibao fc5acdd041
Fix fleet ut timeout issue. (#26694)
6 years ago
zhupengyang 32ae8e8132
leaky_relu, log_softmax, hardshrink formula format (#26720)
6 years ago
Zhang Ting 97cebfa4d3
add dtype for unique (#26655)
6 years ago
wanghuancoder 07e3b9a33b
api20, Bilinear add deprecated, and fix english doc (#26610)
6 years ago
Kaipeng Deng 84e7be3178
add TensorDataset for multiprocess DataLoader (#26332)
6 years ago
Yi Liu 2024ef69a2
【paddle.fleet】add comments about localsgd in DistributedStrategy (#26709)
6 years ago
lilong12 1c68138327
[api 2.0] add collective op for cpu using gloo and paddle.distributed.* apis (#26552)
6 years ago
Leo Chen 07973c577e
disable deprecated (#26684)
6 years ago
Leo Chen 5c14fdcf0c
fix bug when get_glibc_ver returns None (#26693)
6 years ago
JZ-LIANG 958d7212c7
【paddle.fleet】Document refine lars & lamb (#26533)
6 years ago
pangyoki 1e53088abc
fix Distribution class problem (#26535)
6 years ago
Aurelius84 67d03bed70
Fix jit.to_static usage (#26682)
6 years ago
pangyoki cb00d50498
../python/CMakeLists.txt (#26531)
6 years ago
ShenLiang 33afeb315a
fix the tanh (#26657)
6 years ago
Bai Yifan 8986a82131
fix adaptive gpu grad bug, add doc refine (#26660)
6 years ago
Dong Daxiang 98e057bb1e
remove role maker in test_fleet_graph_execution_meta_optimizer.py (#26674)
6 years ago
hong19860320 dbcef732d8
Fix the formula of SELU/selu (#26675)
6 years ago
Qi Li 2de034e146
fix prelu, test=develop (#26613)
6 years ago
Zhou Wei 7af5cb9b32
fix english doc of all lr_scheduler (#26619)
6 years ago
wawltor 286eca2d9e
update the code for the topk v2
6 years ago
LiuChiachi 761ed17db3
Update save inference model to support dygraph (#25894)
6 years ago
joejiong d32beea2a9
Add Checking Type for "multiply" operation (#26508)
6 years ago
gongweibao ed4a4ea37e
fix test=develop (#26632)
6 years ago
Dong Daxiang 08d736ad78
【paddle.fleet】add cudnn related strategies to DistributedStrategy (#26598)
6 years ago
Zhang Ting 0a895bc0df
improve unique op (#26537)
6 years ago
zhang wenhui 0679678212
add norm 2.0 api, test=develop (#26465)
6 years ago
YUNSHEN XIE a8b5741fb4
add a few unittests for setting timeout properity (#26630)
6 years ago
Huihuang Zheng 26d67414fd
Enrich English declarative Doc (#26538)
6 years ago
wanghuancoder c1f5df5269
optimized transformation form tensor to numpy (#26447)
6 years ago
zhupengyang c80fcf901e
reduce_mean error if keepdim=True and reduce_all=True (#26614)
6 years ago
wangchaochaohu a31dbc8f85
add deprecated for gather api and refine the doc of gather api (#26579)
6 years ago
whs a065a24232
【2.0 API】Enhance affine grid operator (#26385)
6 years ago
ruri 1f82c0cd62
[Api2.0] add pixel shuffle (#26071)
6 years ago
guofei 924734fd3a
Refine typo of english document of paddle.prod (#26546)
6 years ago
WangXi 7ff197d3ba
Add fleet dgc amp doc, test=document_fix (#26608)
6 years ago
yukavio 36868e840c
fix one_hot example doc test=document_fix (#26585)
6 years ago
wanghuancoder 422a162019
api2.0 paddle.nn.Bilinear and paddle.nn.functional.bilinear (#26399)
6 years ago
Double_V c8e18360f1
[API 2.0] add pool2d3d API,test=develop (#26331)
6 years ago
qingqing01 78ca8cf0c8
Unify the metrics implementation between low-level and high-level API. (#26158)
6 years ago
joejiong da1efe24d5
Throws TypeError When Logical APIs Do Broadcast Operation (#26490)
6 years ago
Zhou Wei 407de03905
[2.0API] Reconstruct all API related to LR Scheduler, unify dygraph and static (#26550)
6 years ago
ceci3 f8dbd7a273
fix syncbn, test=develop (#26523)
6 years ago
Kaipeng Deng dd3df6933a
fix RandomSampler & BatchSampler. test=develop (#26559)
6 years ago
yaoxuefeng d6e888cace
fix Flatten api test=develop (#26346)
6 years ago
cc 0d71cffd65
Add mnist test for post training quantization, test=develop (#26436)
6 years ago
whs 79539cf198
【2.0 API】Add CUDA kernel and enhance options for grid_sample (#26576)
6 years ago
YUNSHEN XIE 39fe0d35aa
find timeout unittests (#26371)
6 years ago
Guo Sheng 317f7ce2ef
[API 2.0] Add transformer apis (#26418)
6 years ago
wanghuancoder 90e6819cf2
fix engilsh document for api paddle.fluid.dygraph.enabled, test=develop, test=document_fix (#26271)
6 years ago
yaoxuefeng efee426742
support generator seed in related kernals test=develop (#26495)
6 years ago
Bai Yifan ae4724cfd1
fix type issue (#26500)
6 years ago
Zhong Hui bf4a4636f1
change to use bce_loss op, add shape check for bce_loss
6 years ago
ShenLiang 0e81626081
add div, floor_div, remainder (#26562)
6 years ago
Kaipeng Deng 973fdd67f7
Fix dataset resource warning (#26566)
6 years ago
Li Fuchen c2cb8f0033
fix docstr of ctc_loss and CTCLoss, test=document_fix (#26584)
6 years ago
qingqing01 24566e951c
Support empty bbox in bipartite math op (#26488)
6 years ago
hong19860320 87843bebde
Fix the sample code of SELU/selu (#26565)
6 years ago
Jack Zhou 199b0c7c1b
Add isfinite v2 op (#26344)
6 years ago
yaoxuefeng 33cffdf3d7
fix datanorm op add attr bug test=develop (#25000)
6 years ago
wangchaochaohu ebf9b2125e
add paddle.gather for API2.0 (#26455)
6 years ago
wangchaochaohu 9219b79104
gather_nd Op for API 2.0 refine (#26540)
6 years ago
whs dea7d7d173
【2.0 API】Add conv1d_transpose API (#26356)
6 years ago
huangjun12 7bd7b1884b
add alpha_dropout in nn.functional and nn.layer, test=develop (#26365)
6 years ago
zhupengyang 9b14117cac
logsumexp: impl kernel, refine docs (#26307)
6 years ago
MRXLT eeda90d674
[WIP] update optimizer for 2.0 (#26288)
6 years ago
whs e2b82e0439
【API 2.0】Add conv1d API (#26350)
6 years ago
zhupengyang e6675f4f4d
normal: support mean and std tensor; randn = standard_normal (#26367)
6 years ago
LielinJiang 3a9417f4f7
Update 2.0 convolution api (#26491)
6 years ago
gongweibao 7c42f056e2
Finetune the performance of the unittests. (#26402)
6 years ago
wawltor 6b28456ed0
add the argmax, argmin for the api2.0
6 years ago
LielinJiang d26ae9ad87
Update conv_transpose api (#26427)
6 years ago
Zhen Wang c037d6253a
Update the demo of paddle.grad (#26498)
6 years ago
hong19860320 c11c83fb3a
Add the parameter checking for softplus and fix the doc string (#26530)
6 years ago
ShenLiang 0ca10d310c
add paddle.static.data (#26525)
6 years ago
zhupengyang 81c127d4ec
refine leaky_relu docs (#26558)
6 years ago
liuyuhui 66596bd20f
【paddle.fleet】solve the initial configuration about fleet and rolemaker (#26368)
6 years ago
WangXi ed102ea1b5
【API】Add sign and tanh api (#26357)
6 years ago
WangXi 45711dade7
【API】rename div to divide, add floor_divide, remainder (#26434)
6 years ago
Zhong Hui f5d1349826
add binary cross entropy with logit loss (#26468)
6 years ago
LutaoChu 4e0c6d91aa
add paddle.tensor.linalg.diag API, diag_v2 OP and CUDA kernel
6 years ago
zhupengyang f8863e0603
leaky_relu and LeakyReLU: alpha->negative_slope (#26216)
6 years ago
ShenLiang c609066074
Add Matmul op (#26411)
6 years ago
lilong12 65ac1ef661
fix docstring for expand, expand_as and tile. (#26529)
6 years ago
huangjun12 412eca679f
[API2.0] add dropout, dropout2d and dropout3d in nn.functional and nn.layer (#26111)
6 years ago
wangchaochaohu 07c1c47bc9
refine the doc of OPs (#26551)
6 years ago
zhupengyang 57e124298d
var, std: input->x, adjust attr order, remove out, add docs (#26446)
6 years ago
wangchaochaohu e966d0b673
refine the doc test=develop (#26517)
6 years ago
ShenLiang 190c695733
fix scatter doc (#26248)
6 years ago
Leo Chen aa2a9b5d89
add bernoulli op (#26511)
6 years ago