1. 09 6月, 2021 1 次提交
  2. 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
  3. 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
  4. 11 10月, 2020 1 次提交
  5. 22 9月, 2020 1 次提交
    • P
      Use dygraph mode by default (#27443) · 827ac36f
      pangyoki 提交于
      * default open dygraph mode
      
      * fix CI-Mac
      
      * fix Mac-CI other unittest file
      
      * fix CI-Py3
      
      * fix test_communicator_geo and test_buffer_shared_memory_reuse_pass
      
      * add enable_static to fix CI-Py3
      
      * add enable_static to fix CI-coverage
      
      * delete try except
      827ac36f
  6. 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
  7. 18 9月, 2020 1 次提交
  8. 13 7月, 2020 1 次提交
  9. 11 7月, 2020 1 次提交