1. 27 11月, 2020 1 次提交
  2. 26 11月, 2020 2 次提交
  3. 25 11月, 2020 1 次提交
  4. 24 11月, 2020 2 次提交
  5. 23 11月, 2020 2 次提交
  6. 18 11月, 2020 1 次提交
  7. 12 11月, 2020 1 次提交
  8. 04 11月, 2020 1 次提交
  9. 12 10月, 2020 1 次提交
  10. 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
  11. 08 9月, 2020 1 次提交
  12. 31 8月, 2020 1 次提交
  13. 29 8月, 2020 1 次提交
  14. 24 8月, 2020 2 次提交
  15. 22 8月, 2020 1 次提交
  16. 21 8月, 2020 3 次提交
  17. 20 8月, 2020 1 次提交
  18. 18 8月, 2020 1 次提交
  19. 17 8月, 2020 1 次提交
  20. 15 8月, 2020 1 次提交
  21. 13 8月, 2020 1 次提交
  22. 12 8月, 2020 2 次提交
  23. 15 5月, 2020 1 次提交
  24. 14 5月, 2020 1 次提交
  25. 12 5月, 2020 1 次提交
  26. 27 4月, 2020 1 次提交
  27. 26 4月, 2020 1 次提交
  28. 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
  29. 22 4月, 2020 1 次提交
  30. 20 4月, 2020 1 次提交
    • Y
      Add `paddle.nn.loss.MSELoss` (#23399) · 011bcc9f
      Yang Zhang 提交于
      * Add `paddle.nn.loss.MSELoss`
      
      test=develop
      
      * Move to `nn/layer/loss.py`
      
      test=develop
      
      * Add test
      
      test=develop
      
      * Fix dygraph
      
      test=develop
      
      * Increase numel in test
      
      test=develop
      
      * Add test for input with more dimensions
      
      test=develop
      011bcc9f
  31. 17 4月, 2020 1 次提交
  32. 11 4月, 2020 2 次提交
    • G
      Add `paddle.nn.loss.CrossEntropyLoss` op (#23669) · 588eb8e2
      Guanghua Yu 提交于
      * add cross_entropy_loss,test=develop
      * fix some commnet,test=develop
      588eb8e2
    • C
      Add bce_loss op (#23388) · ab05cdc4
      ceci3 提交于
      * add bce_loss
      
      * fix mistake
      
      * replace paddle_enforce,test=develop
      
      * fix,test=develop
      
      * update,test=develop
      
      * remove duplicate,test=develop
      
      * update,test=develop
      
      * update error,test=develop
      
      * update,test=develop
      
      * fix unittest, test=develop
      
      * update, test=develop
      ab05cdc4