1. 26 3月, 2021 1 次提交
  2. 19 3月, 2021 1 次提交
  3. 12 3月, 2021 1 次提交
  4. 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
  5. 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
  6. 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
  7. 18 11月, 2020 1 次提交
  8. 14 10月, 2020 1 次提交
  9. 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
  10. 10 9月, 2020 1 次提交
  11. 11 7月, 2020 1 次提交