1. 01 4月, 2021 1 次提交
  2. 30 3月, 2021 1 次提交
    • C
      add deprecated for softmax_with_cross_entropy (#31722) · 73a6fa3e
      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
      73a6fa3e
  3. 29 3月, 2021 2 次提交
  4. 24 3月, 2021 1 次提交
  5. 09 3月, 2021 1 次提交
  6. 25 2月, 2021 1 次提交
  7. 23 2月, 2021 1 次提交
  8. 20 2月, 2021 1 次提交
  9. 01 2月, 2021 1 次提交
  10. 08 1月, 2021 1 次提交
    • L
      Fix dtype of ungenerated grad var (#28511) · 8696335f
      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
      8696335f
  11. 07 1月, 2021 1 次提交
  12. 06 1月, 2021 4 次提交
  13. 04 1月, 2021 1 次提交
  14. 30 12月, 2020 1 次提交
  15. 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
  16. 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
  17. 25 12月, 2020 1 次提交
  18. 16 12月, 2020 1 次提交
  19. 05 12月, 2020 1 次提交
  20. 04 12月, 2020 1 次提交
  21. 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
  22. 02 12月, 2020 1 次提交
  23. 01 12月, 2020 2 次提交
  24. 30 11月, 2020 2 次提交
  25. 29 11月, 2020 1 次提交
  26. 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
  27. 26 11月, 2020 4 次提交
  28. 25 11月, 2020 2 次提交