- 22 2月, 2022 1 次提交
- 
- 
由 zhiboniu 提交于
 
- 
- 12 1月, 2022 1 次提交
- 
- 
由 xiaoting 提交于* support 5d for nearest * update nearest3d unittest, test=develop * fix approve ci, test=develop * fix approve ci, test=develop 
 
- 
- 31 12月, 2021 1 次提交
- 
- 
由 xiaoting 提交于* add fold opereators, test=develop * add fold opereators, test=develop * add fold opereators, test=develop * update fold op error test, test=develop * fix unitext, test=develop * fix unitext, test=develop 
 
- 
- 22 12月, 2021 1 次提交
- 
- 
由 Zhanlue Yang 提交于
 
- 
- 26 11月, 2021 1 次提交
- 
- 
由 smallv0221 提交于* fix dropout static when axis != None * update dropout test * add dropout test * fix test * Update test_dropout_op.py * Update test_dropout_op.py * fix testcase * fix testcase * Update test_dropout_op.py * fix testcase * fix testcase * optimize perf * add new test * fix testcase 
 
- 
- 25 11月, 2021 1 次提交
- 
- 
由 Matsumoto GAO 提交于* add zeropad2d v0.1 * add zeropad2d v0.2 * add zeropad2d v0.3 * add zeropad2d v0.3 * add zeropad2d v0.3 * add zeropad2d v0.4 * add zeropad2d v0.5 * add zeropad2d v0.5 codestyle * add zeropad2d v0.5 codestyle * add zeropad2d v0.6 functional * add zeropad2d v0.6 functional * add zeropad2d v0.6 functional 
 
- 
- 12 11月, 2021 1 次提交
- 
- 
由 zhangkaihuo 提交于* fix bug: 1. atten: set the default value of attn_dropout_rate to None 2. ffn: add activation parameter 
 
- 
- 19 10月, 2021 1 次提交
- 
- 
由 xiaoting 提交于
 
- 
- 24 9月, 2021 1 次提交
- 
- 
由 littletomatodonkey 提交于* fix pad tuple * fix format 
 
- 
- 15 9月, 2021 1 次提交
- 
- 
由 Guoxia Wang 提交于
 
- 
- 13 9月, 2021 2 次提交
- 
- 
由 xiaoting 提交于* fix interpolate launch error, test=develop * fix area mode for interp, test=develop 
- 
由 zhulei 提交于* [RC22] Fix linear with matmul_op replace * [RC22] Fix linear with matmul_op replace * [RC22] Fix linear with matmul_op replace * [RC22] Fix linear with matmul_op replace * [RC22] Fix linear with matmul_op replace 
 
- 
- 08 9月, 2021 1 次提交
- 
- 
由 Guoxia Wang 提交于
 
- 
- 29 8月, 2021 1 次提交
- 
- 
由 Guoxia Wang 提交于
 
- 
- 18 8月, 2021 2 次提交
- 
- 
由 littletomatodonkey 提交于* fix pad outliers err * fix pad api input type and doc * fix example of pad * add unittest for pad3d * fix unittest * fix error format * fix pad doc 
- 
由 Guoxia Wang 提交于* support class center sample of PartialFC 
 
- 
- 26 7月, 2021 1 次提交
- 
- 
由 zhiboniu 提交于
 
- 
- 15 7月, 2021 1 次提交
- 
- 
由 wanghuancoder 提交于* cache core.ops, test=develop * refine, test=develop 
 
- 
- 08 7月, 2021 1 次提交
- 
- 
由 Hao Lin 提交于* opt dygraph python API, test=develop * Fix unbind bug in manipulation.py 
 
- 
- 03 6月, 2021 1 次提交
- 
- 
由 wanghuancoder 提交于
 
- 
- 27 5月, 2021 1 次提交
- 
- 
由 wanghuancoder 提交于* modify API nn.Bilinear's doc, test=develop * speed up paddle.add paddle.nn.Linear, test=develop * fix bug, test=develop 
 
- 
- 29 4月, 2021 1 次提交
- 
- 
由 zhiboniu 提交于add __all__=[] to python files not in API public list; import * only support in API public list files (#32643) 
 
- 
- 27 4月, 2021 2 次提交
- 
- 
由 zhiboniu 提交于* update 2.0 public api in nn * replace Chinese character cause error in ci;synchronization with pr:#32588 to avoid 'ascii' codec in python2 * numbers used in paddle.nn.functional.norm but not imported 
- 
由 xiemoyuan 提交于* fixed docs. * Fixed docs. test=document_fix code bak. fixed docs. test=document_fix * Revert to previous version of python/paddle/fluid/backward.py * fixed bugs. * test=document_fix. Fixed examples. 
 
- 
- 26 4月, 2021 1 次提交
- 
- 
由 xiemoyuan 提交于* Modified params of some APIs to support tuple and list. * fixed bug. 
 
- 
- 11 1月, 2021 1 次提交
- 
- 
由 XiaoguangHu 提交于* delete paddle.nn.functional.assign * fix dynamic to static error 
 
- 
- 08 1月, 2021 1 次提交
- 
- 
由 littletomatodonkey 提交于
 
- 
- 11 12月, 2020 1 次提交
- 
- 
由 Leo Chen 提交于* add fast path for p == 0 in dropout * add ut 
 
- 
- 05 12月, 2020 1 次提交
- 
- 
由 Guo Sheng 提交于* Fix api docs in RNN, Transformer, layer_norm, WeightNormParamAttr. test=develop * Fix api doc for print in label_smooth. test=develop * Update api docs according to review comments. Add name argument in RNN back. test=develop 
 
- 
- 30 11月, 2020 1 次提交
- 
- 
由 huangjun12 提交于* fix en doc, test=document_fix * add blank after code declare, test=document_fix * refine doc of dropout, test=document_fix * refine npair_loss and dropout, test=document_fix 
 
- 
- 27 11月, 2020 1 次提交
- 
- 
由 xiaoting 提交于* fix interpolate example, test=develop;test=document_fix * fix format, test=develop, test=document_fix * update upsample doc, test=develop, test=document_fix 
 
- 
- 24 11月, 2020 2 次提交
- 
- 
由 Leo Chen 提交于* upgrade comment string to raw string * fix string in * fix string with ' ' * revert update on comments * upgrade only necessary * fix sample code checker * fix comments with ''' 
- 
由 wanghuancoder 提交于* fix eng doc, test=develop * add import deprecated for layers, test=develop * add block line for doc generate, test=develop * remove todo for create_variable, test=develop * add blank line for doc generate, test=develop * add blank line for doc generate, test=develop 
 
- 
- 18 11月, 2020 1 次提交
- 
- 
由 xiaoting 提交于* update interpolate, test=develop * fix coverage, test=develop 
 
- 
- 17 11月, 2020 1 次提交
- 
- 
由 littletomatodonkey 提交于* adapt pad const * fix comment and rm fluid import * rm stdout * fix note 
 
- 
- 05 11月, 2020 1 次提交
- 
- 
由 littletomatodonkey 提交于
 
- 
- 14 10月, 2020 1 次提交
- 
- 
由 chentianyu03 提交于* modify cond while_loop to paddle.static.nn.cond * modify crop_tensor to paddle.crop * modify Variable to paddle.static.Variable * remove nn.beam_search, nn.beam_search_decode, nn.gather_tree * remove bpr_loss, center_loss, rank_loss, smooth_l1, teacher_student_sigmoid_loss, edit_distance, sampled_softmax_with_cross_entropy in nn.functional * remove apis in nn.functional.learn_rate.py * remove pool2d, pool3d, adaptive_pool2d, adaptive_pool3d in nn.functional * remove apis in nn.functional.vision * remove erf, soft_relu in nn.functional.activation * remove apis in nn.functional.extension * remove nn.functional.rnn * remove hash from nn.functional.lod * remove row_conv from nn.functional.extension * remove one_hot, pad2d, pad_constant_like from nn.functional.common * remove nn.gather_tree, nn.BilinearTensorProduct, nn.Pool2D, nn.Pad2D * remove apis from optimizer.__init * remove tensor.creation.fill_constant * remove elementwise_mul in nn.functional.common and modify to paddle.multiply * remove tensor.stat.reduce_mean * remove reduce_all, reduce_any in tensor.logic * remove apis in tensor.math * remove apis in tensor.__init__ * remove has_inf, has_nan in tensor.search * remove apis in framework.__init__ * remove apis in paddle.__init__ * remove apis in nn.functional.__init__ * modify removed alias apis to raw api in doc and unittests * fix remove grid_sample bug * modify removed alias apis to raw api in doc and unittests * modify removed alias apis to raw api in doc and unittests * modify removed alias apis to raw api in doc and unittests * modify removed alias apis to raw api in doc and unittests * modify removed alias apis to raw api in doc and unittests * modify removed alias apis to raw api in doc and unittests * delete alias api relastions in doc * reserve paddle.compat, paddle.sysconfig * remove unittest for paddle.reduce_all, paddle.reduce_any * modify removed alias apis to raw api in doc and unittests * recover paddle.save and paddle.load * resolve conflicts * fix sample code missing paddle.enable_static() bug * fix sample code missing paddle.enable_static() bug * fix to_string sample code error 
 
- 
- 10 10月, 2020 1 次提交
- 
- 
由 Yiqun Liu 提交于Polish the english documentation and example of paddle.nn.Linear and paddle.nn.functional.linear (#27759) 
 
- 
- 28 9月, 2020 1 次提交
- 
- 
由 whs 提交于
 
- 
- 14 9月, 2020 1 次提交
- 
- 
由 xiaoting 提交于
 
- 
 
