Commit Graph

2085 Commits (cced930b61ba246dffec68bbe09bd9e22a142d64)

Author SHA1 Message Date
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
Leo Chen 1275659ccc
refine paddle.stack (#26886)
6 years ago
joejiong 2f50aa227e
add deprecated information to the top of an API docstring (#26818)
6 years ago
tangwei12 ebc5f99789
add embedding 2.0 (#26649)
6 years ago
pangyoki 4a57880d91
support default dtype for distribution APIs (#26695)
6 years ago
ruri db68e08589
[API2.0]Unify pooling function and add adaptive max pooling function (#26483)
6 years ago
lilong12 2675cae758
add deprecated decorator for old apis expand and expand_as (#26759)
6 years ago
Jack Zhou c282db3a93
add broadcast feature for elementwise logical op
6 years ago
Feiyu Chan f4083010a7
Add unified RNN APIs (#26588)
6 years ago
Zhang Ting 97cebfa4d3
add dtype for unique (#26655)
6 years ago
wangchaochaohu a31dbc8f85
add deprecated for gather api and refine the doc of gather api (#26579)
6 years ago
joejiong da1efe24d5
Throws TypeError When Logical APIs Do Broadcast Operation (#26490)
6 years ago
ShenLiang 0e81626081
add div, floor_div, remainder (#26562)
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
zhupengyang e6675f4f4d
normal: support mean and std tensor; randn = standard_normal (#26367)
6 years ago
ShenLiang 0ca10d310c
add paddle.static.data (#26525)
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
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
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 65d8d16516
add decorator for deprecated Ops (#26373)
6 years ago
wawltor 61273973ad
delete module path for the activation ops, test=develop (#26515)
6 years ago
Zhou Wei ce7d5263e6
[2.0API]Bind method for tensor and Variable (#26416)
6 years ago
Yang Zhang e662d1e0b7
Update `paddle.clamp` (#25906)
6 years ago
Qi Li 8d194524ba
hardtanh prelu softmax, test=develop (#26431)
6 years ago
wangchaochaohu bdb805505e
【API2.0】add numel API for paddle test=develop (#26311)
6 years ago
wangchaochaohu 2073ffc04d
Enhance the data type of linspace API (#26247)
6 years ago
guofei bb7fd0974f
Add paddle.tensor.math.prod (#26351)
6 years ago
hong19860320 40d193ed17
Add the ReLU6, Tanhshrink, SELU, Softplus, Softshrink and Softsign for the api 2.0 (#26376)
6 years ago
liym27 adba432f27
[API 2.0] Add api paddle.reshape(x, shape, name) (#26338)
6 years ago
WuHaobo a57d63a0f2
Fix erf (#26426)
6 years ago
yukavio 8c48c7daec
Add new one hot function in nn.functional (#26183)
6 years ago
GaoWei8 1fbee267d4
remove scope in cudnn lstm (#25188)
6 years ago
Qi Li 61800f4a1e
elu gelu relu logsigmoid, test=develop (#26304)
6 years ago
Wilber 3ec0bcbbb8
[Bug] Fix prune for save_inference_model about transformer (#25347)
6 years ago
Sylwester Fraczek abfdffa039
add use_mkldnn attribute to ops in dygraph (#25773)
6 years ago
wawltor 00e08ce07b
add the sigmoid, Sigmoid for the api 2.0 (#26171)
6 years ago
wangchaochaohu b48ab36b76
fix the typo test=develop (#26310)
6 years ago
Zhou Wei 6de463d3d1
expose and unify the Tensor concepts to the user (#25978)
6 years ago
LielinJiang e4033a06d5
add Class KLDivLoss and function kl_div (#25977)
6 years ago
liu zhengxi daad625121
fix rnncell errmsg (#26298)
6 years ago
MRXLT b2d41e2acd
fix unstack op doc (#26043)
6 years ago
zhupengyang 7a89a0a7be
hardshrink and Hardshrink: add class, threshold default 0.5 (#26198)
6 years ago
wangchaochaohu ba574c8ec3
refine the usage of numpy element fetch for Ops test=develop (#26194)
6 years ago
zhupengyang faf83a7af2
paddle.mean: add attr axis, keepdim (#26147)
6 years ago
pangyoki 13b80d9bea
fixed imperative module in doc example code (#26149)
6 years ago
LutaoChu b6d14d9d07
add deprecated decorator, remove alias for cumsum op (#26104)
6 years ago
pangyoki 2efcb481c8
Paddle-2.0 API directory migration (#25898)
6 years ago
zhupengyang 2214394edc
softmax: refine doc; input->x (#25976)
6 years ago
Leo Chen 9c6112104e
Fix prelu for compatibility with saved model of old version (#26052)
6 years ago
Adam 1893cd6bb8
Add oneDNN relu6 op (#26037)
6 years ago
Feiyu Chan e853ece0a2
update document template for unary elementwise layers (#25896)
6 years ago
joanna.wozna.intel 734cf1c3e9
Change use_quantizer attribute name and data type (#25838)
6 years ago
Leo Chen 5258d53d65
refine unsqueeze, test=develop (#25470)
6 years ago
wangchaochaohu 0dc485e6fe
refine the value parameter's Tensor support of fill_constant Op test=… (#25986)
6 years ago
Leo Chen 6e7f0bb284
refine paddle.stack (#25305)
6 years ago
yaoxuefeng 224620071b
add new flatten op test=develop (#25393)
6 years ago
Shibo Tao c8d0d1419b
add paddle.utils.deprecated. (#25912)
6 years ago
wangchaochaohu ff717d5158
Add support for tuple of concat Op test=develop (#25800)
6 years ago
Zhang Ting 2d24f56a7a
avoid data transfer, test=develop (#25810)
6 years ago
wawltor 595a719795
Update the api for the compare_ops
6 years ago
wangchaochaohu fc6fed3283
(Variable --->Tensor) refine the OP doc for API2.0 (#25737)
6 years ago
wangchaochaohu 32b9577b2a
refine the split op for API 2.0 test=develop (#25320)
6 years ago
tangwei12 caa90a6510
Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957)
6 years ago
zhupengyang 0ca1bb56df
refine docs of rand, randn, randint, randperm, zeros_like, arange (#25633)
6 years ago
wangchaochaohu 1e4ab728fb
refine the concat Op for API 2.0 test=develop (#25307)
6 years ago
Leo Chen 4ec1251a1e
Refine squeeze, test=develop (#25281)
6 years ago
cnn 70cee22fde
New features, add sinh and cosh op, test=develop (#25495)
6 years ago
Zhang Ting a1350744eb
register fp16 kernel, test=develop (#25630)
6 years ago
mapingshuo 5453a912fe
add fp64 support in sequence_pool, test=develop (#25662)
6 years ago
Leo Chen 1ab4101d6c
add ci check for changing op-related api without core.ops, test=develop (#25596)
6 years ago
wangchaochaohu 2092660c43
Ones op for API 2.0: remove the device and out parameters (#25497)
6 years ago
wangchaochaohu 4a44ffdd24
refine the eye Op for API 2.0 test=develop (#25295)
6 years ago
zhupengyang 5a2d15a1d0
arange API: start default is 0, end default is None (#25452)
6 years ago
Shibo Tao 71c71e684c
fix logical_* ops' doc (#25479)
6 years ago
Shibo Tao a2f141c099
fix reciprocal op doc(#25498)
6 years ago
zhupengyang f8eccb0b1c
zeros_like API: remove device; input -> x (#25413)
6 years ago
zhupengyang 25029254bc
randn API: remove out, devive, stop_gradient; add name (#25409)
6 years ago
wangchaochaohu bdc2c2dba8
full Op:remove device, out and stop_gradient parameter for API 2.0 test=develop (#25257)
6 years ago
wangchaochaohu 0b2ec49ff9
refine the linspace Op for API 2.0 test=develop (#25284)
6 years ago
ceci3 52be62c5ae
fix instance norm in dy (#24717)
6 years ago
zhupengyang eb3173e2b6
rand API: remove out, device, stop_gradient; add name (#25246)
6 years ago
Feiyu Chan e3223ad704
fix nce sample code for python3, test=develop (#25103)
6 years ago
wawltor d44ba589f3
Fix some doc apis example,scale ops
6 years ago
Kaipeng Deng 74468bf428
add mish op. (#24565)
6 years ago
Yang Zhang 6d6efafeeb
Add `matrix_nms_op` (#24400)
6 years ago
danleifeng 064d0ce386
fix check_type bug and example code in hash api; test=develop (#25253)
6 years ago
Zhou Wei c701588b14
add base class of LearningRateEpochDecay, and API: MultiStepDecay, and API: StepDecay (#24821)
6 years ago
WuHaobo 6bf7df475c
Fix English doc of the activation OPs, such as exp, rsqrt, abs....... (#25258)
6 years ago
Jacek Czaja a7944904d3
[oneDNN]elementwise_add and elementwise_mul int8 support (#24984)
6 years ago
FlyingQianMM 3b28629ee8
fix dtype error in retinanet_target_assgin example codes. test=develop (#25091)
6 years ago
Leo Chen fa657b3dbb
fix bug of prelu when rank not equal 4, test=develop (#25067)
6 years ago
Leo Chen c7a63908b0
replace some logging.warn() with warings.warn(), test=develop (#25025)
6 years ago
liym27 f16e277859
[Dy2Static]Convert var.shape stmt and Convert the return variables of Tensor-dependent 'if' staments to Tensor if it not (#24911)
6 years ago
wawltor 9a2c1aedcc
Fix the elementwise_div op broadcast failed in some shape
6 years ago
Aurelius84 6be0ee159e
Support LoDTensorArray in reverse_op (#24797)
6 years ago
whs 4c01d6d53e
Enhance checking in some operator. (#24473)
6 years ago
FlyingQianMM a359cade74
rewrite the sigmoid_focal_loss code example (#24889)
6 years ago
wangchaochaohu f8ac6c2c58
fix fp16 support of assgin Op and squeeze Op test=develop (#24862)
6 years ago
Aurelius84 6db0e2b1a9
[Dy2stat] Support len syntax (#24638)
6 years ago
Bai Yifan c417f991c1
fix teacher_student_sigmoid_loss dtype check, test=develop (#24586)
6 years ago
Leo Chen 9fd1aad6e7
Support NHWC in Pool2D, test=develop (#24240)
6 years ago
FDInSky 08e9cf4af8
update interpolate & upsample api's doc (#24553)
6 years ago
jinyuKING 6ca44cbaa3
API/OP(sequence_first_step, sequence_last_step, sequence_mask, beam_search, beam_search_decode) error message enhancement (#24590)
6 years ago
liym27 b3ac1470c5
Support create LoDTensorArray and return LoDTensorArray in control flow (#24609)
6 years ago
Guo Sheng fe8d006f7e
API/OP(sequence_expand_as) error message enhancement (#23712)
6 years ago
liu zhengxi fff9faae72
API(dynamic_gru, chunk_eval, BeamSearchDecoder) error message enhancement (#24513)
6 years ago
liym27 615a8bfcf4
Support int32 int64 and fix bug (#24407)
6 years ago
lilong12 a13a4dbc7b
Improving error reporting messages for ops (#24438)
6 years ago
Cindy Cai 86ca31ab58
English API Docs Optimization Part 1 (#24536)
6 years ago
ruri ea2c498712
Fix err message (#24507)
6 years ago
chajchaj e5a624935f
Enhance error message of cross_entropy_op, sigmoid_cross_entropy_with_logits_op (#24485)
6 years ago
xujiaqi01 c2103c4844
fix error check (#24483)
6 years ago
swtkiwi f5c6dd6def
test=develop (#24522)
6 years ago
Yibing Liu a9520db24e
Format error message for ops (#24482)
6 years ago
hutuxian 7f85dfeb18
Upgrade Error Message for AucOP & MultiplexOP (#24458)
6 years ago
danleifeng d98e1182a1
fix check and error message for flatten hash is_empty op (#24434)
6 years ago
liu zhengxi 417b576c34
API(dynamic_lstm, dynamic_lstmp) error message enhancement (#24450)
6 years ago
wangchaochaohu 53bdee64e6
add tensor support for gaussian_random_op test=develop (#24389)
6 years ago
qingqing01 da4a1db7bb
Refine error message in some OPs (#24443)
6 years ago
WuHaobo 1c00732dd0
Polish PADDLE_ENFORCE of unfold_op (#24423)
6 years ago
wawltor d0ef94798d
Fix the elementwise_ops axis bug, add the warning log for paddle 2.0
6 years ago
Chen Weihang 05d20e5793
API/OP (Some SL API) error message enhancement (#24441)
6 years ago
zhang wenhui 621a4085b9
enhance cvm bpr_loss adam adagrad adamax ftrl error message, test=develop (#24452)
6 years ago
Li Fuchen e58619295e
OP(rank_loss, similarity_focus, squeeze) error message enhancement (#24448)
6 years ago
wangguanzhong abb49df26f
Enhance yolo_box & yolov3_loss (#24370)
6 years ago
mapingshuo d1bb76a2f7
fix error log, test=develop (#24419)
6 years ago
FDInSky 7fedf26b87
add linear interpolate operator (#23357)
6 years ago
Xing Wu 4af3ec0f8a
fix rnn check_type list error (#24346)
6 years ago