1. 17 3月, 2021 1 次提交
  2. 12 3月, 2021 1 次提交
  3. 25 1月, 2021 1 次提交
  4. 20 1月, 2021 1 次提交
  5. 18 1月, 2021 2 次提交
  6. 13 1月, 2021 3 次提交
  7. 08 1月, 2021 1 次提交
  8. 07 1月, 2021 1 次提交
  9. 05 1月, 2021 1 次提交
    • C
      Support dygraph quant model (#29927) · 1fa863da
      cc 提交于
      * Avoid the scale to be infinity in quant2_int8_mkldnn_pass, test=develop
      * support quantized model for paddle2.0 dygraph, test=develop
      1fa863da
  10. 30 12月, 2020 1 次提交
  11. 11 12月, 2020 1 次提交
  12. 30 11月, 2020 1 次提交
  13. 27 11月, 2020 1 次提交
  14. 25 11月, 2020 1 次提交
    • H
      Quant nn2.0 (#28764) · 40f54537
      huangxu96 提交于
      * Impelement 2.0 API version Conv2d and Linear layer quantization in imperative mode.
      
      * use cudnn softmax in static Lenet
      
      * Modified ChannelwiseQAT Unittest for 2.0 API.
      
      * For CI python coverage.
      40f54537
  15. 24 11月, 2020 1 次提交
    • L
      Upgrade string literals to raw string (#28989) · 3815d7aa
      Leo Chen 提交于
      * upgrade comment string to raw string
      
      * fix string in
      
      * fix string with ' '
      
      * revert update on comments
      
      * upgrade only necessary
      
      * fix sample code checker
      
      * fix comments with '''
      3815d7aa
  16. 18 11月, 2020 1 次提交
  17. 16 11月, 2020 1 次提交
  18. 14 10月, 2020 1 次提交
  19. 12 10月, 2020 1 次提交
  20. 01 10月, 2020 1 次提交
  21. 21 9月, 2020 1 次提交
    • H
      Quant op dev (#25932) · 02606d45
      huangxu96 提交于
      * Finished ChannelWiseQuantDequantAbsMaxOp and Passed unittests.
      
      * Finished channel-wise quantize strategy in imperative quantization.
      
      * Added Cuda code of ChannelWiseQuantDequantMaxAbsOP
      Add Cuda code of ChannelWiseQuantDequantMaxAbsOp
      
      * Add quant_axis for channel_wise quant.
      
      * fixed a bug in unnitests, which will not trigger axis = 1 case and cannot meet the coverage rate requirement.
      
      * Added some assert infomation and fixed some coding style mistakes.
      02606d45
  22. 18 9月, 2020 1 次提交
  23. 15 9月, 2020 1 次提交
  24. 10 9月, 2020 1 次提交
  25. 07 9月, 2020 1 次提交
    • S
      fix dimensions error for mobilenetv1_KL_quant (#26776) · eb65877c
      Sylwester Fraczek 提交于
      * fix dimensions error for mobilenetv1_KL_quant
      
      fixes AssertionError: The size of weight scales vector (1000) does not match the number of output channels (1024) in the weights tensor fc7_weights.
      
      add mul test
      
      * remove comment
      
      * add third case unit test
      eb65877c
  26. 31 8月, 2020 1 次提交
    • Q
      Move hapi to python/paddle root dir. (#26442) · f7fb4c22
      qingqing01 提交于
      * Move hapi form paddle/incubate to paddle
      
      * Remove vision/datasets/utils.py and clean code
      
      * Add sample code for conll05
      
      * Print pull path when saving model
      
      * Fix sample code after paramter_list of SGD is changed to parameters
      
      * Fix bug in wmt16 datase
      f7fb4c22
  27. 28 8月, 2020 1 次提交
  28. 27 8月, 2020 1 次提交
  29. 21 8月, 2020 1 次提交
  30. 19 8月, 2020 1 次提交
    • C
      [Quantization] Conv2d_transpose and mul support channnelwise quantization (#25639) · 3f816bc8
      cc 提交于
      * Conv2d_transpose and mul support channnelwise quantization, test=develop
      * Skip collecting out threshold for output tensor of which the type is not fp32 or fp64, test=develop
      * Fix error in test_user_defined_quantization, test=develop
      * Add depthwise_conv_bn_fuse, test=develop
      * Add conv_transpose_bn_fuse_pass for post_training_quant, test=develop
      3f816bc8
  31. 03 8月, 2020 1 次提交
  32. 31 7月, 2020 1 次提交
  33. 29 7月, 2020 2 次提交
  34. 28 7月, 2020 1 次提交
  35. 11 7月, 2020 1 次提交
  36. 07 7月, 2020 1 次提交