Commit Graph

52 Commits (cdba41af4dfd7d58cf90617531a95adcb3318211)

Author SHA1 Message Date
juncaipeng 1f57ac1241
delete concat in AddQuantDequantPass, test=develop (#21454)
7 years ago
lidanqing c0aa13672e Fp32 vs int8 qat C++ performance (#21244)
7 years ago
itminner 07e6a94268 paddleslim quantization skip pattern support list of string (#21141)
7 years ago
juncaipeng 84865b806b add resnet50 test for post trainint quantization, test=develop (#21272)
7 years ago
juncaipeng 29b63f0aa1
support set model_filename and params_filename in post_training_quantization, test=develop (#21213)
7 years ago
juncaipeng 00b11a4a1e
Support more ops in post training quantization, test=develop (#21073)
7 years ago
joanna.wozna.intel 37e0e7a96b QAT int8 accuracy little improvement (#21074)
7 years ago
juncaipeng fa522dffa0
Fix bug in add_quant_dequant_pass, test=develop (#21018)
7 years ago
juncaipeng 175ba39c03
Add post_training_quantization (#20800)
7 years ago
juncaipeng f201b465ec
Move pool2d to add_quant_dequant_pass, test=develop (#20586)
7 years ago
Liufang Sang 86c2c362ae fix fuse_reduce_op quantization bug (#20306)
7 years ago
Michał Gallus 540935a825 [Bug-fix][1.6] Improve QAT accuracy (#20174)
7 years ago
bingyanghuang 9de6772510 Follow comment of Merged QAT PR 18970 (#19979)
7 years ago
Wojciech Uss 4286a6270d Add support for new QAT models (#18970)
7 years ago
whs bdb3e376d0
[PaddleSlim] Enhence compressor api in PaddleSlim (#19894)
7 years ago
juncaipeng b0ceed6fb4
add fake_quant_dequant_op for average pool2d, test=develop (#19880)
7 years ago
lidanqing ba368bf696 clean up intel labeled TODOs (#19476)
7 years ago
liu zhengxi 32598ffd8f
Python infer api update and add unit test (#19353)
7 years ago
Zhen Wang 0fe72469ea
Add the max-pool2d quantization support and the partial quantization support. (#19310)
7 years ago
bingyanghuang a25be53cb5 QAT int8 MKL-DNN transformation pass with MUL (#18322)
7 years ago
翟飞跃 802ea50956 fix spelling errors (#17941)
7 years ago
Kaipeng Deng 96ee528e3e
fix logging basicConfig cannot be setting after import paddle (#17786)
7 years ago
bingyanghuang 90ebce9ead QAT int8 MKL-DNN transformation pass (#17819)
7 years ago
翟飞跃 993c703bcc INT8 MKL-DNN v2 integrate to slim (#17634)
7 years ago
Zhen Wang 3398f99608
Adding AddQuantDequantPass for TensorRT int8 (#17529)
7 years ago
Zhen Wang 65541d83b0
add scale pass for calculating the output scales.test=develop (#17259)
7 years ago
Zhen Wang a40121e4c8
fix the initialization process error. test=develop (#17213)
7 years ago
whs 486f7d8ed6
Restore quantization and distillation stategy before loading persistables. (#16958)
7 years ago
wanghaoshuang d41b623a72 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into quan_ck
7 years ago
wanghaoshuang 6db7c2a500 Fix checkpoint of quantization.
7 years ago
Zhen Wang 6b854f3e1f fix the save_in_nodes bug.
7 years ago
Zhen Wang 183bacebe3 clean codes and fix some bugs. test=develop
7 years ago
Zhen Wang 27d05203e7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_quan_hang
7 years ago
Zhen Wang 1c11f817e9 Use the resolve hazard method.
7 years ago
whs e9bec9369b
[slim] Add quantization strategy and distillation strategy. (#16408)
7 years ago
Zhen Wang 2ccbfd5e10 Fix some bugs for quantization passes.
7 years ago
Zhen Wang 8965819fbb rewrite the cuda kernels of channel_wise_quant_op and channe_wise_dequant_op. test=develop
7 years ago
Zhen Wang ec88b6cc5a add channel wise quantization in ir pass.
7 years ago
achao2013 81b4fad8b9 add moving average absmax op and fix bug (#15155)
7 years ago
Zhen Wang 7c8f7df2fe add some op_des funs to IrOpNode and add some var_des funs to IrVarNode. test=develop
7 years ago
Zhen Wang 33f99d6197 add IrNode&IrVarNode&IrOpNode. test=develop
7 years ago
WangZhen 28dfad5e27 fix some bugs about python3. test=develop
7 years ago
WangZhen a7efab7ec1 add comments for public API. test=develop
7 years ago
WangZhen 0db41a9c44 add op_role attr when creating op node.
7 years ago
WangZhen c64f22048a add convert_to_int8 pass and transform_for_mobile pass and their UTs.
8 years ago
WangZhen c8095eeb82 add freeze pass, and UT is passed.
8 years ago
WangZhen dde19a0ff8 add quantization freeze pass.
8 years ago
WangZhen 3b668c1574 Update some comments in the quantization transform pass. test=develop
8 years ago
WangZhen b913463e83 Update according to the reviewers' suggestion. test=develop
8 years ago
WangZhen 59e5cc51d6 Add quantization transform pass and UT.
8 years ago