- 20 8月, 2021 1 次提交
-
-
由 JYChen 提交于
* add (N,C,*) input support for GroupNorm * --amend
-
- 18 8月, 2021 1 次提交
-
-
由 littletomatodonkey 提交于
* fix pad outliers err * fix pad api input type and doc * fix example of pad * add unittest for pad3d * fix unittest * fix error format * fix pad doc
-
- 17 8月, 2021 1 次提交
-
-
由 Hui Zhang 提交于
* dygraph support more ctc grad scale * scale for 1.x * fix unitest * fix unitest * format code * fix unittest * fix log info * unittest cov * fix format;notest,test=cpu,coverage * skip ctc_loss egs;test=cpu * warpctc grad cov;test=coverage * add dygraph test;test=coverage * format;test=cpu,coverage * format;test=cpu * add api compat;test=cpu * add cpu test * rename * rename * fix * fix test * format * eigen cpu * eigen gpu grad pass * cuda gpu pass * format * fix ci
-
- 06 8月, 2021 2 次提交
-
-
由 Jack Zhou 提交于
-
由 sunzhongkai588 提交于
* fix paddle.optimizer test=document_fix * fix paddle.optimizer test=document_fix * fix bugs in paddle.nn.functional document test=document_fix * fix bugs in paddle.nn.functional document test=document_fix * fix bugs in paddle.nn.functional document test=document_fix * fix bugs in paddle.nn.functional document test=document_fix * fix nn formula bugs test=document_fix * fix nn formula bugs test=document_fix * fix nn formula bugs test=document_fix
-
- 02 8月, 2021 1 次提交
-
-
由 shiyutang 提交于
* test=develop * update identity * add unittest * notest,test=mac_py3 * modify comment & testname * test=document_fix * update comment * test=document_fix * activate all of the CI
-
- 26 7月, 2021 1 次提交
-
-
由 zhiboniu 提交于
-
- 19 7月, 2021 1 次提交
-
-
由 lzzyzlbb 提交于
* fix the order of unfold parameters
-
- 15 7月, 2021 1 次提交
-
-
由 wanghuancoder 提交于
* cache core.ops, test=develop * refine, test=develop
-
- 01 7月, 2021 1 次提交
-
-
由 liu zhengxi 提交于
-
- 25 6月, 2021 1 次提交
-
-
由 chentianyu03 提交于
-
- 16 6月, 2021 1 次提交
-
-
由 wangguanzhong 提交于
* fix output padding conv * add repr unittest for conv
-
- 09 6月, 2021 1 次提交
-
-
由 wangguanzhong 提交于
-
- 01 6月, 2021 1 次提交
-
-
由 ceci3 提交于
* fix syncbn
-
- 31 5月, 2021 1 次提交
-
-
由 XiangGao 提交于
* improve group norm cpu precision and performance * add unit test to group norm
-
- 22 5月, 2021 1 次提交
-
-
由 wangguanzhong 提交于
-
- 29 4月, 2021 1 次提交
-
-
由 zhiboniu 提交于
add __all__=[] to python files not in API public list; import * only support in API public list files (#32643)
-
- 27 4月, 2021 2 次提交
-
-
由 zhiboniu 提交于
* update 2.0 public api in nn * replace Chinese character cause error in ci;synchronization with pr:#32588 to avoid 'ascii' codec in python2 * numbers used in paddle.nn.functional.norm but not imported
-
由 xiemoyuan 提交于
* fixed docs. * Fixed docs. test=document_fix code bak. fixed docs. test=document_fix * Revert to previous version of python/paddle/fluid/backward.py * fixed bugs. * test=document_fix. Fixed examples.
-
- 26 4月, 2021 3 次提交
- 25 4月, 2021 1 次提交
-
-
由 minghaoBD 提交于
-
- 22 4月, 2021 1 次提交
-
-
由 wangxinxin08 提交于
* modify conv2d_transpose docs
-
- 20 4月, 2021 1 次提交
-
-
由 FNRE 提交于
* add paddle.nn.unfold * update Parameters of Unfold
-
- 13 4月, 2021 1 次提交
-
-
由 Qi Li 提交于
-
- 12 4月, 2021 1 次提交
-
-
由 ronnywang 提交于
* [ROCM] fix test_gru_rnn_op * [ROCM] fix test_expand_op * [ROCM] fix test_cross_entropy_loss * [ROCM] fix test_conv_nn_grad * [ROCM] fix test_bilinear_tensor_product_op * [ROCM] fix elementwise_op_function * [ROCM] fix test_lstm_cudnn_op * [ROCM] fix test_gpu_package_without_gpu_device * [ROCM] fix test_gru_unit_op * [ROCM] fix test_imperative_optimizer * [ROCM] fix rnn * [ROCM] fix group_norm_op * [ROCM] fix test_pool3d_api * [ROCM] fix test_pool3d_op
-
- 08 4月, 2021 1 次提交
-
-
由 chentianyu03 提交于
* add layerdict class * add docs and test cases for LayerDict class * remove the arguments type in function define * add update inputs type check
-
- 01 4月, 2021 2 次提交
-
-
由 Wei Shengyu 提交于
* fix doc of MaxPool1D * fix doc * fix doc format error * dbg * fix doc * dbg doc format test=document_fix * fix format test=document_fix * test doc * remove - from doc * fix indent * remove space before bracket * dbg format * fix indent test=document_fix * remove new line * fix descrip of Shape test=document_fix * add description for default value test=document_fix * fix bug test=document_fix
-
由 tangwei12 提交于
* fix en doc for emb, test=document_fix; Change-Id: I4757e67caacd7189f068493ed45a7445f87ffb40
-
- 30 3月, 2021 1 次提交
-
-
由 chajchaj 提交于
* add deprecated for softmax_with_cross_entropy, test=develop * test for deprecated in english doc, test=develop * test deprecated for softmax_with_cross_entropy in english doc, test=develop * fix readme and English doc for cross_entropy, test=develop * rm test for softmax_with_cross_entropy deprecated, test=develop * update readme for CrossEntropyLoss, test=develop * fix readme format, test=develop * fix readme format, test=develop * fix readme format for cross_entropy, test=develop * add softmax_switch and fix softlabel for cross_entropy, test=develop * 1)recovery softmax_with_cross_entropy in fluid 2) change softmax_switch to use_softmax 3) add example for softlabel for cross_entropy, test=develop * fix Example number for cross_entropy, test=develop * fix code format, test=develop * fix for CI-Coverage, test=develop * fix for CI-Coverage, test=develop * fix ci-coverage for Non-ASCII character '\xe2' in file, test=develop * fix ci-coverage for Non-ASCII character '\xe2' in nn.layer.loss.py, test=develop * update description for doc when use_softmax=Fasle, test=develop * fix some docs and code example for cross_entropy, test=develop * delete redundant description for soft_label parameter of cross_entropy, test=develop * fix some comment for test_cross_entropy_loss.py, test=develop
-
- 29 3月, 2021 2 次提交
-
-
由 wanghuancoder 提交于
* modify API nn.Bilinear's doc, test=develop * modify API nn.Bilinear's doc, test=develop
-
由 ronnywang 提交于
-
- 24 3月, 2021 1 次提交
-
-
由 parap1uie-s 提交于
Fix default argument of nn.MaxPool3D()
-
- 09 3月, 2021 1 次提交
-
-
由 wangguanzhong 提交于
-
- 25 2月, 2021 1 次提交
-
-
由 littletomatodonkey 提交于
* add int pad support for Pad1D/2D/3D * fix type * fix format
-
- 23 2月, 2021 1 次提交
-
-
由 xiemoyuan 提交于
* Support 'bool' and 'int' for attention mask. * Update docs. * Add unittest for Transformer. * fix bugs.
-
- 20 2月, 2021 1 次提交
-
-
由 Jack Zhou 提交于
-
- 01 2月, 2021 1 次提交
-
-
由 xiemoyuan 提交于
* Add cache for Transformer encoder. * Bug fixed. * add unittests for transformer encoder.
-
- 08 1月, 2021 1 次提交
-
-
由 Leo Chen 提交于
* fix dtype of ungenerated grad var * update ut * refine code * set default dtype * fix could_use_cudnn bug * remove debug code * re-implement * fix bug
-