- 27 9月, 2020 3 次提交
-
-
由 liym27 提交于
* Fix example code of api `fluid.layers.switch_case` to use api2.0 * delete `paddle.nn.switch_case` alias and add `paddle.static.nn.switch_case`
-
由 liym27 提交于
* Fix example code of api fluid.layers.case * delete paddle.nn.case alias and add paddle.static.nn.case
-
由 Double_V 提交于
* fix pool bug, test=develop * fix coverage,test=develop * fix bug, test=develop
-
- 21 9月, 2020 1 次提交
-
-
由 Double_V 提交于
-
- 18 9月, 2020 2 次提交
-
-
由 liu zhengxi 提交于
-
由 chajchaj 提交于
-
- 14 9月, 2020 3 次提交
-
-
由 zhupengyang 提交于
-
由 LielinJiang 提交于
Fix conv deepwise bug when in_channels=1.
-
由 xiaoting 提交于
-
- 10 9月, 2020 1 次提交
-
-
由 ShenLiang 提交于
-
- 08 9月, 2020 6 次提交
-
-
由 LielinJiang 提交于
* fix summary rnn * fix kl_div bug when input shape is [1] and reduction is batchmean
-
由 Double_V 提交于
-
由 whs 提交于
-
由 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 5 次提交
-
-
由 LielinJiang 提交于
* fix conv output_size has no default value bug * fix summary bug
-
由 Double_V 提交于
-
由 zhang wenhui 提交于
-
由 Zhou Wei 提交于
update doc of paddle.to_tensor
-
由 huangjun12 提交于
-
- 03 9月, 2020 2 次提交
-
-
由 ruri 提交于
* fix * fix doc, test=document_fix
-
由 LielinJiang 提交于
-
- 02 9月, 2020 3 次提交
-
-
由 huangjun12 提交于
* fix dropout bug in backward when input is 1d tensor, test=develop * add test case and refine error message, test=develop * refine error message, test=develop
-
由 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 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 3 次提交
-
-
由 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 提交于
-