1. 06 1月, 2021 3 次提交
  2. 04 1月, 2021 1 次提交
  3. 30 12月, 2020 1 次提交
  4. 29 12月, 2020 1 次提交
    • C
      fix code bugs (#29932) · af372858
      Chen Long 提交于
      * fix code bugs
      
      * fix code bugs test=document_fix
      
      * fix code bugs test=document_fix
      af372858
  5. 28 12月, 2020 1 次提交
    • X
      clean redundant API alias in 2.0 - part 1 (#29928) · 726c78f2
      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
      726c78f2
  6. 25 12月, 2020 1 次提交
  7. 16 12月, 2020 1 次提交
  8. 14 12月, 2020 1 次提交
  9. 11 12月, 2020 1 次提交
  10. 09 12月, 2020 1 次提交
  11. 07 12月, 2020 1 次提交
  12. 05 12月, 2020 1 次提交
  13. 04 12月, 2020 2 次提交
  14. 03 12月, 2020 1 次提交
    • T
      fix gpu outofrange (#29238) · 83587916
      tangwei12 提交于
      * fix gpu emb out of range
      
      Change-Id: I5794ac73bd634d5ea069a6fbbd914274b6d6b7bf
      
      * fix doc
      
      Change-Id: I5a3350b2930a9ab2f52116c192b087307faf8fdf
      83587916
  15. 02 12月, 2020 3 次提交
    • J
      fix nll_loss doc;test=document_fix; (#29247) · cf433221
      Jack Zhou 提交于
      * fix nll_loss doc;test=document_fix;
      
      * remove numpy and set_device;test=document_fix;
      
      * remove numpy;test=document_fix;
      cf433221
    • L
      Move temporal_shift to paddle.nn.functional (#29261) · b9f1f434
      LielinJiang 提交于
      * move temporal_shift to functional
      b9f1f434
    • F
      Layer norm fp16 (#29169) · 7584bb50
      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>
      7584bb50
  16. 01 12月, 2020 2 次提交
  17. 30 11月, 2020 3 次提交
  18. 29 11月, 2020 1 次提交
  19. 27 11月, 2020 3 次提交
    • fix doc of erf,rank,mm,cross_entropy,pixel_shuffle,kron... (#29126) · 3c2a46bd
      徐铭远 提交于
      * fix doc example, test=develop, test=document_fix
      3c2a46bd
    • X
      Fix interpolate doc (#29104) · 9cc0e726
      xiaoting 提交于
      * fix interpolate example, test=develop;test=document_fix
      
      * fix format, test=develop, test=document_fix
      
      * update upsample doc, test=develop, test=document_fix
      9cc0e726
    • W
      Fix docs in 2.0 API (#29081) · 9b39af3f
      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
      9b39af3f
  20. 26 11月, 2020 5 次提交
  21. 25 11月, 2020 4 次提交
  22. 24 11月, 2020 2 次提交