1. 26 11月, 2020 1 次提交
  2. 25 11月, 2020 1 次提交
  3. 24 11月, 2020 2 次提交
  4. 23 11月, 2020 2 次提交
  5. 18 11月, 2020 1 次提交
  6. 12 11月, 2020 1 次提交
  7. 04 11月, 2020 1 次提交
  8. 12 10月, 2020 1 次提交
  9. 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
  10. 08 9月, 2020 1 次提交
  11. 31 8月, 2020 1 次提交
  12. 29 8月, 2020 1 次提交
  13. 24 8月, 2020 2 次提交
  14. 22 8月, 2020 1 次提交
  15. 21 8月, 2020 3 次提交
  16. 20 8月, 2020 1 次提交
  17. 18 8月, 2020 1 次提交
  18. 17 8月, 2020 1 次提交
  19. 15 8月, 2020 1 次提交
  20. 13 8月, 2020 1 次提交
  21. 12 8月, 2020 2 次提交
  22. 15 5月, 2020 1 次提交
  23. 14 5月, 2020 1 次提交
  24. 12 5月, 2020 1 次提交
  25. 27 4月, 2020 1 次提交
  26. 26 4月, 2020 1 次提交
  27. 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
  28. 22 4月, 2020 1 次提交
  29. 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
  30. 17 4月, 2020 1 次提交
  31. 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
  32. 02 4月, 2020 1 次提交
    • L
      Dev/add l1 loss (#23322) · f944b0f6
      Leo Chen 提交于
      * add L1Loss
      
      * support L1Loss, test=develop
      
      * add test, test=develop
      
      * fix batch, test=develop
      
      * follow comments, test=develop
      f944b0f6
  33. 23 3月, 2020 1 次提交