1. 10 3月, 2022 1 次提交
  2. 07 3月, 2022 1 次提交
  3. 21 2月, 2022 1 次提交
  4. 19 2月, 2022 1 次提交
  5. 18 2月, 2022 1 次提交
  6. 16 2月, 2022 1 次提交
  7. 08 2月, 2022 1 次提交
    • Z
      analysis: add op predictors for unknown operators (#933) · f89fc93c
      zhouzj 提交于
      * add op predictors for unknown operators
      
      * modify the dowload path of op predictors and opt tools
      
      * add automatic download mode for opt tools
      
      * modify predictor's test files
      
      * modify predictor's test file
      
      * modify predictor's test file
      
      * modify predictor's test files
      
      * add requirements for installing sklearn
      
      * modify predicor's test files
      
      * modify predictor's test files
      
      * modify predictor's test files
      
      * modify predictor's test files
      
      * modify predictor's test files
      
      * Modify api design
      
      * update LatencyPredictor's doc.
      
      * update LatencyPredictor's test files
      
      * update LatencyPredictor's test files
      
      * update LatencyPredictor's test files
      
      * update LatencyPredictor's test files
      
      * update LatencyPredictor's doc.
      
      * update LatencyPredictor's doc.
      
      * update LatencyPredictor's doc.
      
      * update some syntax
      
      * add LatencyPredictor's api doc.
      
      * update LatencyPredictor's doc.
      
      * update LatencyPredictor's api doc.
      
      * adjust \'predictor_state\' api
      
      * update LatencyPredictor's test files
      Co-authored-by: NminghaoBD <79566150+minghaoBD@users.noreply.github.com>
      f89fc93c
  8. 28 1月, 2022 1 次提交
  9. 17 1月, 2022 1 次提交
  10. 10 1月, 2022 1 次提交
  11. 06 1月, 2022 1 次提交
  12. 04 1月, 2022 1 次提交
  13. 31 12月, 2021 1 次提交
  14. 28 12月, 2021 1 次提交
  15. 27 12月, 2021 2 次提交
  16. 22 12月, 2021 1 次提交
  17. 20 12月, 2021 1 次提交
  18. 07 12月, 2021 1 次提交
  19. 06 12月, 2021 1 次提交
  20. 02 12月, 2021 1 次提交
  21. 30 11月, 2021 1 次提交
  22. 25 11月, 2021 1 次提交
  23. 23 11月, 2021 1 次提交
  24. 19 11月, 2021 1 次提交
  25. 17 11月, 2021 1 次提交
  26. 12 11月, 2021 1 次提交
  27. 11 11月, 2021 1 次提交
  28. 27 10月, 2021 1 次提交
  29. 19 10月, 2021 1 次提交
  30. 27 9月, 2021 1 次提交
  31. 26 9月, 2021 3 次提交
  32. 24 9月, 2021 1 次提交
  33. 17 9月, 2021 1 次提交
  34. 15 9月, 2021 2 次提交
  35. 09 9月, 2021 1 次提交
  36. 07 9月, 2021 1 次提交
    • M
      optimize unstructured pruner using GMP (#881) · 358b51af
      minghaoBD 提交于
      * optimize unstructured pruner using GMP
      
      * add uniittests for GMP pruner
      
      * add training scripts for fleet and gmp; add conv1x1 pruning
      
      * add conv1x1 pruning to dygraph
      
      * unify hyper parameters across methods and scripts, static graph
      
      * unify hyper parameters across methods and scripts, dynamic graph
      
      * refine test cases
      
      * fix singlecard training in static graph
      
      * refine readmes
      
      * update unstructured pruner api doc static
      
      * update api docs dygraph
      
      * fix bugs in api docs
      
      * rename UnstructuredPrunerGMP to GMPUnstructuredPruner
      
      * fix some format issues
      
      * remove redundant methods/arguments
      
      * description for gmp configs
      
      * fix minor bugs
      
      * fix test cases accordingly
      Co-authored-by: Nwhs <wanghaoshuang@baidu.com>
      358b51af