- 29 8月, 2020 2 次提交
-
-
由 ruri 提交于
-
由 LielinJiang 提交于
* fix bug * add version check * fix docs, test=document_fix * fix formula, test=document_fix
-
- 28 8月, 2020 5 次提交
-
-
由 ceci3 提交于
* add cnvert,test=develop
-
由 LutaoChu 提交于
For normalize op, remove special treatment of one-dimensional input, add check for one-dimensional input (#26747) For normalize op, remove special treatment of one-dimensional input, add check for one-dimensional input
-
由 hong19860320 提交于
-
由 littletomatodonkey 提交于
-
由 donproc 提交于
-
- 27 8月, 2020 4 次提交
-
-
由 Feiyu Chan 提交于
* Add RNN related apis in paddl.nn test=develop * new rnn api, cell almost done * add new progresses in rnn APIs for 2.0 * refine rnn APIs and docstrings. * add unittets * disable gpu tests when paddle is not compiled with cuda support * remove unnecessary imports * fix docstring * add to no_sample wlist * backport to python2 to avoid yield from * add **kwargs, fix typos * update docstrings for birnn * rename argument for SimpleRNN and SimpleRNNCell, fix sample code * add default value for initial_states in fluid.layers.birnn Co-authored-by: Nguosheng <guosheng@baidu.com>
-
由 xiaoting 提交于
* add intepolte_v2 * fix linear interp * polish unittest, test=develop * update code samples to 2.0 API, test=develop * remove warning, test_develop * add name in attrs, test=develop * polish code, test=develop * change Align to align, test=develop * fix unittest in py3,test=develop * fix coverage, test=develop * fix coverage, test=develop * fix for windows ci, test=develop * fix coverage, test=develop
-
由 zhupengyang 提交于
-
由 wanghuancoder 提交于
* API2.0 del old api(BilinearTensorProduct) from nn init.py, test=develop * add import for deprecated, test=develop * modify deprecated location, test=develop * fix english doc, test=develop * Update __init__.py * Update __init__.py * Update common.py * fix english doc, test=develop Co-authored-by: NChen Weihang <chenweihang@baidu.com>
-
- 26 8月, 2020 3 次提交
-
-
由 Bai Yifan 提交于
-
由 hong19860320 提交于
-
由 Qi Li 提交于
-
- 25 8月, 2020 2 次提交
-
-
由 zhang wenhui 提交于
* add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop
-
由 whs 提交于
* Enhance affine grid operator: 1. Add cuda kernel 2. Add align corners options test=develop * Move new affine_grid api to functional test=develop * Add CUDA kernel for affine_grid. test=develop * Add more unitest for grid sample API test=develop
-
- 24 8月, 2020 12 次提交
-
-
由 ruri 提交于
-
由 yukavio 提交于
* fix one_hot example doc test=document_fix * fix some bug
-
由 wanghuancoder 提交于
* api2.0 paddle.nn.Bilinear and paddle.nn.functional.bilinear, test=develop * api2.0 fix code examples, test=develop * modify test_bilinear_api, about place,to_tensor , test=develop * re pass pre-commit, test=develop * Update common.py * fix BilinearTensorProduct ci error, test=develop
-
由 Double_V 提交于
* add pool2d3d API,test=develop * add api unitest,test=develop * fix unittest, test=develop * fix reviews, test=develop * return one element when return indices is true, test=develop * fix low converage; to_variable to to_tensor, test=develop * sort API params, test=develop * fix en doc, merge PR#26108 to here, test=develop * fix en doc, test=develop
-
由 ceci3 提交于
* fix syncbn, test=develop * fix test,test=develop * fix unittest,test=develop
-
由 whs 提交于
This PR enhance CPU kernel and add new CUDA kernel to make grid_sample support: - align_corners: with bool type. - padding mode: which can be in ['zeros', 'reflect', 'border'] - Interpolation mode: which ca be in ['bilinear', 'nearest'] The old CPU and CUDNN version only support align_corners=true, padding_mode='zeros' and interpolation_mode='bilinear'. The behavior of the new version op in default mode is compatible with the old version.
-
由 Guo Sheng 提交于
* Add MultiHeadAttention api. test=develop * Add MultiHeadAttention cache type and gen_cache. test=develop * Add TransformerEncoderLayer and TransformerEncoder. test=develop * Add Transformer decoder apis. test=develop * Add Transformer api. test=develop * add unittests for transformer api * add unittests for transformer api * Fix some bugs in Transformer apis. test=develop * add unittests for encoder, decoder and transformer * clean conflicts infor in code * clean Chinese comments * Add TransformerDecoderCell and TransformerBeamSearchDecoder. test=develop * Remove TransformerDecoderCell and TransformerBeamSearchDecoder temporarily. test=develop * Add import for Transformer apis. test=develop * Update usage of weight_attr and Tensor in Transformer api docs. test=develop * Update Transformer apis by renaming MultiheadAttention and cal_kv according to comments. test=develop * Fix MultiHeadAttention in test_transformer_api.py. test=develop Co-authored-by: NLiuChiaChi <709153940@qq.com>
-
由 Bai Yifan 提交于
-
由 Zhong Hui 提交于
change to use bce_loss op, add numel check for bce_loss.
-
由 ShenLiang 提交于
* add div, floor_div, remainder
-
由 Li Fuchen 提交于
-
由 hong19860320 提交于
-
- 23 8月, 2020 4 次提交
-
-
由 whs 提交于
-
由 huangjun12 提交于
* add alpha_dropout in nn.functional and nn.layer, test=develop * refine Interface and assertion, test=develop * fix ci import error, test=develop * fix alias and use layers.scale, test=develop * fix doc and training params, test=develop * refine details in doc, test=develop * fix doc details, test=develop
-
由 whs 提交于
-
由 LielinJiang 提交于
* update Conv2d Conv3d conv2d conv3d api
-
- 22 8月, 2020 7 次提交
-
-
由 LielinJiang 提交于
* update conv_transpose api
-
由 hong19860320 提交于
-
由 zhupengyang 提交于
-
由 WangXi 提交于
-
由 Zhong Hui 提交于
* add binary cross entropy with logit loss
-
由 zhupengyang 提交于
-
由 huangjun12 提交于
* [API2.0] add dropout, dropout2d and dropout3d, test=develop * refine Interface and assertion after review, test=develop * fix alias p=1 and use scale, test=develop * fix doc and training, test=develop * fix doc in Dropout2D, test=develop
-
- 21 8月, 2020 1 次提交
-
-
由 littletomatodonkey 提交于
-