- 14 10月, 2020 1 次提交
-
-
由 zhang wenhui 提交于
* fix norm api doc, test=develop * fix error message, test=develop * fix api norm, test=develop * add adagrad, test=develop * fix bug, test=develop * fix bug, test=develop * add spetral_norm, test=develop * fix adagrad, test=develop * merge , test=develop
-
- 13 10月, 2020 3 次提交
-
-
由 smallv0221 提交于
* Fix en doc for rnn.py. test=document_fix
-
由 huangjun12 提交于
* add local_response_norm in nn.functional and nn.layer, test=develop * update layers to functional api, test=develop * fix ci coverage, test=develop * fix unittests bug, test=develop
-
由 Zhou Wei 提交于
* fix doc and unittest of 2.0 lr_scheduler * fix doc of 2.0 lr_scheduler * fix unittest * fix english doc of lr_scheduler * fix api name of lr scheduler * fix api name of lr scheduler
-
- 12 10月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 11 10月, 2020 1 次提交
-
-
由 hong19860320 提交于
-
- 10 10月, 2020 2 次提交
-
-
由 zhupengyang 提交于
-
由 Yiqun Liu 提交于
Polish the english documentation and example of paddle.nn.Linear and paddle.nn.functional.linear (#27759)
-
- 30 9月, 2020 1 次提交
-
-
由 xiemoyuan 提交于
-
- 29 9月, 2020 1 次提交
-
-
由 LiuChiachi 提交于
* add transformer generate square subsequent mask api * add dtype for input, update doc, use -np.inf * add dtype for input, update doc, use -np.inf
-
- 28 9月, 2020 2 次提交
-
-
由 Kaipeng Deng 提交于
* numpy -> paddle in conv. test=develop
-
由 Feiyu Chan 提交于
1. fix a bug that paddle.nn.RNN does not initialize the state for the cell correctly; 2. add unittest for paddle.nn.RNN and paddle.nn.BiRNN
-
- 27 9月, 2020 2 次提交
-
-
由 whs 提交于
-
由 Li Fuchen 提交于
* add float64 input to ctc_loss * modified error message of warpctc * update repo and tag of warpctc * add test for warpctc with float64 input * modified warpctc.cmake to make sure build always * resolved sample code bug of warpctc * add core.ops in warpctc dygraph * fix a bug of test
-
- 18 9月, 2020 1 次提交
-
-
由 liu zhengxi 提交于
-
- 14 9月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 08 9月, 2020 4 次提交
-
-
由 LielinJiang 提交于
* fix summary rnn * fix kl_div bug when input shape is [1] and reduction is batchmean
-
由 tangwei12 提交于
* fix weight * fix weight and fix doc * fix embeeding padding idx * add UT * fix interval
-
由 xiaoting 提交于
* fix typo for interp_v2,test=develop * align with torch, test=develop * add area mode, test=develop * fix bug, test=develop * format notes, test=develop * update for converage, test=develop * fix bilinear, test=develop * fix bicubic, test=develop * fix typo, test=develop * fix coverage, test=develop * fix helper.input_dtype, test=develop * polish notes, test=develop * polish notes, test=develop * polish notes, test=develop
-
由 ceci3 提交于
* fix 2.0api, test=develop * fix, test=develop
-
- 04 9月, 2020 3 次提交
-
-
由 LielinJiang 提交于
* fix conv output_size has no default value bug * fix summary bug
-
由 Double_V 提交于
-
由 zhang wenhui 提交于
-
- 03 9月, 2020 2 次提交
-
-
由 ruri 提交于
* fix * fix doc, test=document_fix
-
由 LielinJiang 提交于
-
- 02 9月, 2020 2 次提交
-
-
由 zhang wenhui 提交于
* fix norm bug, test=develop * fix norm bug, test=develop * fix norm bug, test=develop * fix norm bug, test=develop * fix norm bug, test=develop
-
由 Guo Sheng 提交于
Fix some code samples in Tranoformer apis. test=develop
-
- 01 9月, 2020 2 次提交
- 31 8月, 2020 2 次提交
-
-
由 huangjun12 提交于
rename Dropout2D/3D to Dropout2d/3d
-
由 Zhong Hui 提交于
fix doc, use to_tensor for the loss ops
-
- 29 8月, 2020 2 次提交
-
-
由 ruri 提交于
-
由 LielinJiang 提交于
* fix bug * add version check * fix docs, test=document_fix * fix formula, test=document_fix
-
- 28 8月, 2020 3 次提交
-
-
由 ceci3 提交于
* add cnvert,test=develop
-
由 hong19860320 提交于
-
由 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>
-