- 08 10月, 2020 1 次提交
-
-
由 huangjun12 提交于
* fix huber_loss ans npair_loss doc and example code, test=document_fix * remove disable_static in example code, test=document_fix * remove huber_loss and refine npair_loss example code, test=document_fix * remove huber_loss in functional/__init__.py, test=document_fix
-
- 30 9月, 2020 4 次提交
-
-
由 ysh329 提交于
* Fix ErrorClipByValue api and demo code of clip_by_value. test=develop Co-authored-by: Ntianshuo78520a <707759223@qq.com>
-
由 xiemoyuan 提交于
-
由 LielinJiang 提交于
* refine grid_sample and temporal_shift
-
由 Bai Yifan 提交于
* migrate code example and doc
-
- 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 5 次提交
-
-
由 Kaipeng Deng 提交于
* numpy -> paddle in conv. test=develop
-
由 whs 提交于
-
由 Yang Zhang 提交于
functionality provided by `normalize`
-
由 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
-
由 littletomatodonkey 提交于
* fix example code * rename var to tensor * remove static * fix return type
-
- 27 9月, 2020 5 次提交
-
-
由 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
-
由 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 1 次提交
-
-
由 Bai Yifan 提交于
-