1. 17 6月, 2020 1 次提交
  2. 04 6月, 2020 1 次提交
    • L
      support user defined quantization func and preprocess (#24720) · b174b997
      Liufang Sang 提交于
      * add user defined func test=develop
      
      * update test=develop
      
      * update test=develop
      
      * fix name conflicts test=develop
      
      * add unittest test=develop
      
      * change 2018 to 2020 test=develop
      
      * add comment test=develop
      
      * add comment for function test=develop
      
      * fix details test=develop
      
      * fix details test=develop
      b174b997
  3. 02 6月, 2020 2 次提交
  4. 27 5月, 2020 1 次提交
  5. 26 5月, 2020 2 次提交
  6. 13 5月, 2020 1 次提交
  7. 08 5月, 2020 1 次提交
  8. 28 4月, 2020 1 次提交
  9. 24 4月, 2020 1 次提交
  10. 23 4月, 2020 1 次提交
  11. 17 4月, 2020 1 次提交
  12. 13 4月, 2020 1 次提交
  13. 10 4月, 2020 1 次提交
  14. 07 4月, 2020 1 次提交
  15. 02 4月, 2020 1 次提交
  16. 29 3月, 2020 1 次提交
  17. 28 3月, 2020 1 次提交
  18. 26 3月, 2020 1 次提交
  19. 24 3月, 2020 1 次提交
  20. 23 2月, 2020 1 次提交
  21. 12 2月, 2020 1 次提交
  22. 10 2月, 2020 1 次提交
  23. 07 2月, 2020 1 次提交
  24. 15 1月, 2020 1 次提交
  25. 19 12月, 2019 1 次提交
  26. 02 12月, 2019 1 次提交
  27. 28 11月, 2019 1 次提交
    • L
      Fp32 vs int8 qat C++ performance (#21244) · c0aa1367
      lidanqing 提交于
      * add ut for comparing FP32 and QAT INT8
      
      * add save qat transformed model python script
      test=develop
      
      * updated
      
      * added missing file
      
      * add "with_label"
      test=develop
      
      * performance benchmark as unit test
      test=develop
      
      * change names of unnecessary thing
      
      * Change CMakeList.txt for model downloading and UT
      test=develop
      
      * change names of functions and params for more readable code
      test=develop
      
      * Change PADDLE_ENFORCE messages
      test=develop
      
      * fix indent problems
      test=develop
      
      * indent problems
      test=develop
      c0aa1367
  28. 26 11月, 2019 1 次提交
  29. 25 11月, 2019 1 次提交
  30. 20 11月, 2019 1 次提交
  31. 16 11月, 2019 1 次提交
  32. 14 11月, 2019 1 次提交
  33. 06 11月, 2019 1 次提交
  34. 05 11月, 2019 1 次提交
  35. 16 10月, 2019 1 次提交
  36. 11 10月, 2019 1 次提交
  37. 10 10月, 2019 1 次提交
    • M
      [Bug-fix][1.6] Improve QAT accuracy (#20174) · 540935a8
      Michał Gallus 提交于
      * Leave fake quantization around mul
      
      * Replace Fake with Real Quantized Mul
      
      * Gather all scales from fake_quantize_ops
      
      * Enable uint8 in conv_relu tensors
      
      * Disable int8 mul and restore fake mul
      
      * Fix buf for running QAT on VGG16 and 19
      540935a8
  38. 28 9月, 2019 1 次提交
    • B
      Follow comment of Merged QAT PR 18970 (#19979) · 9de67725
      bingyanghuang 提交于
      * Follow Wangzhen's comment in PR 18970, test=develop
      
      * Review comments, test=develop
      
      * Leave fake quantization around mul
      
      test=develop
      
      * Replace Fake with Real Quantized Mul
      
      test=develop
      
      * Fix bug in quantize placement pass
      
      Nodes in the graph now have checked type instead of node name when they are to be marked for quantization test=develop
      9de67725