1. 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
  2. 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
  3. 02 12月, 2020 1 次提交
  4. 01 12月, 2020 1 次提交
  5. 27 11月, 2020 1 次提交
  6. 26 11月, 2020 2 次提交
  7. 25 11月, 2020 1 次提交
  8. 24 11月, 2020 2 次提交
  9. 23 11月, 2020 2 次提交
  10. 18 11月, 2020 1 次提交
  11. 12 11月, 2020 1 次提交
  12. 04 11月, 2020 1 次提交
  13. 12 10月, 2020 1 次提交
  14. 27 9月, 2020 1 次提交
    • L
      add support to float64 input of warpctc op. (#27399) · 1501a80f
      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
      1501a80f
  15. 08 9月, 2020 1 次提交
  16. 31 8月, 2020 1 次提交
  17. 29 8月, 2020 1 次提交
  18. 24 8月, 2020 2 次提交
  19. 22 8月, 2020 1 次提交
  20. 21 8月, 2020 3 次提交
  21. 20 8月, 2020 1 次提交
  22. 18 8月, 2020 1 次提交
  23. 17 8月, 2020 1 次提交
  24. 15 8月, 2020 1 次提交
  25. 13 8月, 2020 1 次提交
  26. 12 8月, 2020 2 次提交
  27. 15 5月, 2020 1 次提交
  28. 14 5月, 2020 1 次提交
  29. 12 5月, 2020 1 次提交
  30. 27 4月, 2020 1 次提交
  31. 26 4月, 2020 1 次提交
  32. 24 4月, 2020 1 次提交
    • Y
      Minor fix to `MSELoss` docstring (#24077) · ddcdd4a7
      Yang Zhang 提交于
      * Indent MSELoss example docs
      
      * Point out input tensors should be of same shape
      
      test=develop
      
      * Document `MSELoss` input and return parameters
      
      test=develop,test=document_fix
      ddcdd4a7
  33. 22 4月, 2020 1 次提交