- 06 1月, 2021 3 次提交
- 04 1月, 2021 1 次提交
-
-
由 xiaoting 提交于
* add alias for upsample, test=develop * add alias for upsample * fix example
-
- 30 12月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 29 12月, 2020 1 次提交
-
-
由 Chen Long 提交于
* fix code bugs * fix code bugs test=document_fix * fix code bugs test=document_fix
-
- 28 12月, 2020 1 次提交
-
-
由 XiaoguangHu 提交于
* rm check_import_scipy, rm chunk_eval and mean_iou in paddle.metric.__init__.py * Revert "rm check_import_scipy, rm chunk_eval and mean_iou in paddle.metric.__init__.py" This reverts commit 179ba8c2b22bc31fe8d8a126e31820792cbd0f4e. * delete paddle.metric.chunk_eval and paddle.metric.mean_iou * delete paddle.nn.clip and paddle.nn.clip_by_norm * delete paddle.nn.functional.activation.hard_sigmoid and paddle.nn.functional.activation.hard_swish * delete paddle.nn.Pool2D, paddle.nn.BilinearTensorProduct, paddle.nn.RowConv, paddle.nn.functional.row_conv * fix extension import error * fix unittest for row_conv and Pool2D
-
- 25 12月, 2020 1 次提交
-
-
由 LielinJiang 提交于
* fix conv_transpose bug when padding=same
-
- 16 12月, 2020 1 次提交
-
-
由 Jack Zhou 提交于
* fix wmt14 doc, remove backward, add bidirect direction in rnn api * fix rnn unittest * fix test_rnn_nets_static.py bug
-
- 14 12月, 2020 1 次提交
-
-
由 huangxu96 提交于
-
- 11 12月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* add fast path for p == 0 in dropout * add ut
-
- 09 12月, 2020 1 次提交
-
-
由 huangxu96 提交于
-
- 07 12月, 2020 1 次提交
-
-
由 chajchaj 提交于
-
- 05 12月, 2020 1 次提交
-
-
由 Guo Sheng 提交于
* Fix api docs in RNN, Transformer, layer_norm, WeightNormParamAttr. test=develop * Fix api doc for print in label_smooth. test=develop * Update api docs according to review comments. Add name argument in RNN back. test=develop
-
- 04 12月, 2020 2 次提交
-
-
由 Chen Long 提交于
-
由 Feiyu Chan 提交于
* fix multiple documentation error, test=document_fix * fix more rst syntax errors, test=document_fix * fix format issues in docstring, test=document_fix
-
- 03 12月, 2020 1 次提交
-
-
由 tangwei12 提交于
* fix gpu emb out of range Change-Id: I5794ac73bd634d5ea069a6fbbd914274b6d6b7bf * fix doc Change-Id: I5a3350b2930a9ab2f52116c192b087307faf8fdf
-
- 02 12月, 2020 3 次提交
-
-
由 Jack Zhou 提交于
* fix nll_loss doc;test=document_fix; * remove numpy and set_device;test=document_fix; * remove numpy;test=document_fix;
-
由 LielinJiang 提交于
* move temporal_shift to functional
-
由 furnace 提交于
* add fp16 for layer_norm op * revert layernorm api * fix forward * fix forward * fix backward for layernorm with fp16 * fix unit test for layernorm with fp16 * fix with_mkldnn compile error for layernorm with fp16 * 1. revert to PADDLE_ENFORCE_NOT_NULL, 2. change static_cast<float> to static_cast<U> * fix with_mkldnn compile error for layernorm with fp16 * fix with_mkldnn compile error for layernorm with fp16 Co-authored-by: Nzhiqiu <chenqiuliang@baidu.com>
-
- 01 12月, 2020 2 次提交
-
-
由 LielinJiang 提交于
-
由 Leo Chen 提交于
-
- 30 11月, 2020 3 次提交
-
-
由 huangjun12 提交于
* fix en doc, test=document_fix * add blank after code declare, test=document_fix * refine doc of dropout, test=document_fix * refine npair_loss and dropout, test=document_fix
-
由 hong19860320 提交于
-
由 danleifeng 提交于
-
- 29 11月, 2020 1 次提交
-
-
由 zhang wenhui 提交于
* fix 2.0 api, test=develop * fix api, test=develop
-
- 27 11月, 2020 3 次提交
-
-
由 徐铭远 提交于
* fix doc example, test=develop, test=document_fix
-
由 xiaoting 提交于
* fix interpolate example, test=develop;test=document_fix * fix format, test=develop, test=document_fix * update upsample doc, test=develop, test=document_fix
-
由 whs 提交于
* 1. grid_sample 1.1 fix has_print 2. conv1d_transpose 2.1 fix code_example error 3. conv1d 4. affine_grid 4.1 has_print 4.2 has_disable_static 5. Conv1DTranspose 5.1 fix code_example error 5.2 has_disable_static 6. Conv1d 6.1 code_example 6.2 has_disable_static
-
- 26 11月, 2020 5 次提交
-
-
由 Noel 提交于
Fix ops doc for some ops
-
由 whs 提交于
-
由 ceci3 提交于
* fix examples, test=document_fix * fix, test=document_fix
-
由 Guanghua Yu 提交于
-
由 LielinJiang 提交于
-
- 25 11月, 2020 4 次提交
-
-
由 GaoWei8 提交于
-
由 ceci3 提交于
* fix syncbn * add unittest
-
由 FlyingQianMM 提交于
* rewrite the sigmoid_focal_loss code example. test=develop * fix spelling mistake in comments of code example.test=develop * change print([.*].numpy()) to print([.*]) in example codes of sigmoid_focal_loss. test=document_fix
-
由 chajchaj 提交于
* save one name in cross_entropy and softmax_cross_entropy, test=develop * change used function in CrossEntropy from softmax_cross_entropy to cross_entropy, test=develop
-
- 24 11月, 2020 2 次提交