- 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)
-
- 09 10月, 2020 2 次提交
-
-
由 FlyingQianMM 提交于
* reimplement paddle.nn.functional.sigmoid_focal_loss. test=develop * fix reduction error message. test=develop * fix exp. test=develop * reset the shape of logit. test=develop * delete disable_static in example. test=develop
-
由 LielinJiang 提交于
-
- 08 10月, 2020 2 次提交
-
-
由 huangjun12 提交于
-
由 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 2 次提交
-
-
由 LielinJiang 提交于
* refine grid_sample and temporal_shift
-
由 Bai Yifan 提交于
* migrate code example and doc
-
- 28 9月, 2020 4 次提交
-
-
由 Kaipeng Deng 提交于
* numpy -> paddle in conv. test=develop
-
由 whs 提交于
-
由 Yang Zhang 提交于
functionality provided by `normalize`
-
由 littletomatodonkey 提交于
* fix example code * rename var to tensor * remove static * fix return type
-
- 27 9月, 2020 2 次提交
-
-
由 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
-
由 Double_V 提交于
* fix pool bug, test=develop * fix coverage,test=develop * fix bug, test=develop
-
- 21 9月, 2020 1 次提交
-
-
由 Double_V 提交于
-
- 18 9月, 2020 1 次提交
-
-
由 chajchaj 提交于
-
- 14 9月, 2020 3 次提交
-
-
由 zhupengyang 提交于
-
由 LielinJiang 提交于
Fix conv deepwise bug when in_channels=1.
-
由 xiaoting 提交于
-
- 10 9月, 2020 1 次提交
-
-
由 ShenLiang 提交于
-
- 08 9月, 2020 5 次提交
-
-
由 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
-
- 04 9月, 2020 4 次提交
-
-
由 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 2 次提交
-
-
由 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
-
- 01 9月, 2020 2 次提交
- 31 8月, 2020 1 次提交
-
-
由 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 1 次提交
-
-
由 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
-