1. 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
  2. 15 8月, 2020 1 次提交
  3. 07 7月, 2020 1 次提交
  4. 25 5月, 2020 1 次提交
  5. 14 5月, 2020 3 次提交
  6. 13 5月, 2020 2 次提交
  7. 07 5月, 2020 1 次提交
  8. 30 4月, 2020 1 次提交
  9. 28 4月, 2020 1 次提交
  10. 27 4月, 2020 1 次提交
  11. 26 4月, 2020 1 次提交
  12. 17 4月, 2020 1 次提交
  13. 15 4月, 2020 1 次提交
    • D
      API/OP (center_loss, fluid.one_hot, prroi_pool, roi_pool, ctc_greed_decoder)... · b4daea13
      Double_V 提交于
      API/OP (center_loss, fluid.one_hot, prroi_pool, roi_pool, ctc_greed_decoder) error message enhancement (#23794)
      
      * error message enchanced, test=develop
      
      * error message enchanced for APIs, test=develop
      
      * error message enhanced for roi_pool, test=develop
      
      * update added code, test=develop
      
      * update fluid/input.py, test=develop
      
      * update fluid/input.py ,test=develop
      
      * fix code style, test=develop
      
      * fix lower converage, test=develop
      
      * error message enhanced for roi pool, test=develop
      b4daea13
  14. 14 4月, 2020 1 次提交
  15. 12 4月, 2020 2 次提交
  16. 10 4月, 2020 1 次提交
  17. 09 4月, 2020 1 次提交
  18. 05 4月, 2020 1 次提交
  19. 04 4月, 2020 1 次提交
  20. 31 3月, 2020 1 次提交
    • L
      Feature/expand params in auto-generated pybind functions for dygraph operators (#23181) · 488b2387
      Leo Chen 提交于
      * expand parameters, test=develop
      
      * support resnet, test=develop
      
      * fix resnet, test=develop
      
      * support duplicable out, test=develop
      
      * support ptb
      
      * fix bugs, test=develop
      
      * support null input, test=develop
      
      * fix bugs, test=develop
      
      * fix batchNorm is_test, test=develop
      
      * refine code, test=develop
      
      * follow comments, test=develop
      
      * follow comments, test=develop
      
      * follow comments, test=develop
      
      * follow comments, test=develop
      488b2387
  21. 23 2月, 2020 1 次提交
  22. 06 2月, 2020 1 次提交
  23. 16 1月, 2020 1 次提交
  24. 04 1月, 2020 1 次提交
  25. 31 12月, 2019 1 次提交
  26. 24 12月, 2019 1 次提交
  27. 05 12月, 2019 1 次提交
    • L
      Split VarBase from Python Variable for Dygraph (#21359) · cdd46d7e
      Leo Chen 提交于
      * test=develop, fix docker with paddle nccl problem
      
      * don't expose numerous Tensor.set(), test=develop
      
      * fix condition, test=develop
      
      * fix float16 bug, test=develop
      
      * feed should be Tensor or np.array, not Variable or number, test=develop
      
      * use forcecast to copy numpy slice to new array, test=develop
      
      * remove float16-uint16 hacking, test=develop
      
      * add variable method to varbase and refactor to_variable to support return varbase
      
      * support kwargs in varbase constructor
      
      * add VarBase constructor to support default python args
      
      * refine varbase initial method
      
      * reset branch
      
      * fix ut for change VarBase error info to PaddleEnforce
      
      * cherry is parameter change before
      
      * overload isinstance to replace too many change of is_variable
      
      * rm useless files
      
      * rm useless code merged by git
      
      * test=develop, fix some ut failed error
      
      * test=develop, fix test_graph_wrapper
      
      * add some tests, test=develop
      
      * refine __getitem__, test=develop
      
      * add tests, test=develop
      
      * fix err_msg, test=develop
      cdd46d7e
  28. 28 11月, 2019 1 次提交
  29. 15 11月, 2019 1 次提交
  30. 14 11月, 2019 1 次提交
  31. 12 11月, 2019 1 次提交