1. 27 5月, 2021 1 次提交
  2. 18 1月, 2021 1 次提交
  3. 13 1月, 2021 1 次提交
    • H
      Implemented AddQuantDequantPass in imperative quantization. (#26692) · ee623bff
      huangxu96 提交于
      * Implemented AddQuantDequantPass in imperative quantization.
      
      * Supported LeakyReLU Quantization
      
      * For meeting coverage rate.
      
      * Changed the file name of test of AddQuantDequant
      
      * Implemented more Quantized NoWeightLayers.
      
      * Fix the loss cannot align problem between static and dynamic model quantization, add swish as supported quantized layer in imperative quantization.
      
      * remove noweight_list
      
      * support 2.0 API such as Pool2D and ReLu
      ee623bff
  4. 30 12月, 2020 1 次提交
  5. 22 12月, 2020 1 次提交
  6. 08 12月, 2020 1 次提交
  7. 30 11月, 2020 1 次提交
  8. 08 11月, 2020 1 次提交
    • Y
      exec ut no more than 15s 1 (#28439) · ba075632
      YUNSHEN XIE 提交于
      * disable ut test_parallel_executor_fetch_isolated_var,test=document_fix
      
      * test for limiting ut exec time as 15S
      
      * fix an error caused by cannot find ut
      
      * fix some error
      
      * can not find test_transformer
      
      * fix error caused by ut not run in windows
      
      * fix error caused by Compiler Options
      
      * fix error caused by setting timeout value as 15 in python/paddle/tests/CMakeLists.txt
      
      * setting timeout value to 120s for old ut
      
      * add the timeout value setting
      
      * fix error caused by ut only run in coverage_ci
      
      * add analyzer_transformer_profile_tester
      
      * fix some error
      
      * fix some error
      
      * fix error with inference option
      
      * fix error with inference option setting as ON_INFER
      
      * add some ut to set timeout
      
      * modified some option
      
      * fix error
      
      * fix some timeout error
      
      * fix error
      
      * fix error
      
      * fix timeout for test_analyzer_bfloat16_resnet50
      
      * fix error
      
      * setting timeout properity for some ut
      
      * first pr for new ut timeout as 15S
      ba075632
  9. 01 10月, 2020 1 次提交
  10. 23 9月, 2020 1 次提交
  11. 02 9月, 2020 1 次提交
  12. 27 8月, 2020 1 次提交
  13. 25 8月, 2020 1 次提交
  14. 24 8月, 2020 2 次提交
  15. 31 7月, 2020 1 次提交
  16. 28 7月, 2020 1 次提交
  17. 13 7月, 2020 1 次提交
  18. 06 7月, 2020 1 次提交
  19. 30 6月, 2020 1 次提交
  20. 29 6月, 2020 1 次提交
  21. 19 6月, 2020 1 次提交
  22. 13 5月, 2020 1 次提交
  23. 12 5月, 2020 1 次提交
  24. 08 5月, 2020 1 次提交
  25. 23 4月, 2020 1 次提交
  26. 10 4月, 2020 1 次提交
  27. 07 4月, 2020 1 次提交
  28. 03 4月, 2020 2 次提交
  29. 28 3月, 2020 1 次提交
  30. 04 3月, 2020 1 次提交
  31. 12 2月, 2020 1 次提交
  32. 07 2月, 2020 1 次提交
  33. 25 1月, 2020 1 次提交
  34. 24 12月, 2019 1 次提交
  35. 12 12月, 2019 1 次提交
  36. 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
  37. 25 11月, 2019 1 次提交
  38. 05 11月, 2019 1 次提交