Commit Graph

138 Commits (1de32f823d634154daa818697f945b294c052d3d)

Author SHA1 Message Date
Wojciech Uss 4fd4095d1b
Add quantization of multi_gru op and tests (#28615)
6 years ago
guofei 638402274a
Integrate ImperativeOutScale into ImperativeQuantAware. (#27956)
6 years ago
huangxu96 40f5453725
Quant nn2.0 (#28764)
6 years ago
Bai Yifan 5050e761b8
Support user-defined activation/weight quantize and preprocess. (#28570)
6 years ago
YUNSHEN XIE ba0756325a
exec ut no more than 15s 1 (#28439)
6 years ago
guofei 6bbb6e7f45
Implement the function of OutScaleForTraining/OutScaleForInference in dygraph (#26601)
6 years ago
Chen Weihang 9b49f02441
Polish jit.save/load design & remove paddle.SaveLoadConfig (#27623)
6 years ago
Wojciech Uss 966447e338
Added support for quantization of fusion_gru (#27518)
6 years ago
YUNSHEN XIE 66951ab2ea
modified timeout value for 4 ut (#27462)
6 years ago
pangyoki 827ac36faa
Use dygraph mode by default (#27443)
6 years ago
huangxu96 02606d45ef
Quant op dev (#25932)
6 years ago
Zhen Wang d28162b97f
Remove save_quantized_model in ImperativeQuantAware. (#27240)
6 years ago
Sylwester Fraczek eb65877ce0
fix dimensions error for mobilenetv1_KL_quant (#26776)
6 years ago
YUNSHEN XIE d8984a6b90
limit timeout value setting on linux (#26923)
6 years ago
chalsliu dc56c89822
Add the option to execute unit tests only at night (#26669)
6 years ago
YUNSHEN XIE a8b5741fb4
add a few unittests for setting timeout properity (#26630)
6 years ago
cc 0d71cffd65
Add mnist test for post training quantization, test=develop (#26436)
6 years ago
YUNSHEN XIE 39fe0d35aa
find timeout unittests (#26371)
6 years ago
cc 3f816bc8b4
[Quantization] Conv2d_transpose and mul support channnelwise quantization (#25639)
6 years ago
yukavio f6ac5990aa
fix quant unit test (#25792)
6 years ago
Bai Yifan 2131559d08
Remove slim from paddle framework (#25666)
6 years ago
yukavio c9285a18a0
saving inference model when user define activation or weight preprocess function (#25749)
6 years ago
cc 650d7223bc
Fix test_quantization_scale_pass by change the model, test=develop (#25710)
6 years ago
Wojciech Uss 43f3d0cce3
Add an option to choose inference targets in Quant tests (#25582)
6 years ago
YUNSHEN XIE 3e45d44d0c
disable unittest test_user_defined_quantization,test=develop (#25451)
6 years ago
Zhen Wang ee44bcddd8
add more unit tests for imperative qat. test=develop (#25486)
6 years ago
Zhen Wang 548cdbc544
Quantization-aware training for dygraph (#24634)
6 years ago
Wojciech Uss d0a921ba98
Quant2 updates and fixes (#25313)
6 years ago
Wojciech Uss 23a4f54b73
rename qat into quant (#24948)
6 years ago
Wojciech Uss 56fa3880e3
rename qat into quant in filenames only (#25194)
6 years ago
iducn f282599229
disable unitest for gcc8(#25134)
6 years ago
Liufang Sang b174b99764
support user defined quantization func and preprocess (#24720)
6 years ago
cc 75eec3d1f6
Post training quantization supports optimize model by fusing (#24822)
6 years ago
Wojciech Uss 78d4f0cc91
add option to exclude ops by id from quantization (#24689)
6 years ago
lidanqing 8ef3c02e90
Update DNNL QAT document 2.0-alpha (#24494)
6 years ago
cc 4d35112255
[Fix bug] Init scale node in OutScaleForTrainingPass and enable test_quantization_scale_pass UT (#24393)
6 years ago
joanna.wozna.intel 53125c2f6f
Model converter to dot file (#23169)
6 years ago
Wojciech Uss db052009c7
Enabled quantize all and skip missing in QAT (#24281)
6 years ago
lidanqing 61ec30f030
Update QAT INT8 2.0 doc (#24127)
6 years ago
Wojciech Uss 3d744162dd
QAT: support for new models (#23928)
6 years ago
cc 40aa14ec77
Weight quantization support channel_wise_abs_max method to achieve higher accuracy (#23629)
6 years ago
Wojciech Uss 2383a9f7ee
[Doc update] Update for QAT INT8 MKL-DNN document (#23361)
6 years ago
Wojciech Uss 1753860dd0
Enable matmul and cleanup in QAT2 (#23657)
6 years ago
cc 25628587f1
Collect output scale for quantized op and fused op (#23369)
6 years ago
Bai Yifan 9bc223c8a2
fix test_graph_wrapper failure on cudnnv7, test=develop (#23451)
6 years ago
cc 3ea7c59f76
Set fuse_all_reduce_ops=false for quantization test, test=develop (#23413)
6 years ago
cc 7c55a94de5
Disable test_quantization_scale_pass unittest for random error, test=develop (#23441)
6 years ago
Yiqun Liu bc2981e998
Disable test_code_generator and test_post_training_quantization_mobilenetv1 (#23440)
6 years ago
Wojciech Uss 9fd9067455
handle conv2d activations in older QAT models (#23202)
6 years ago
lidanqing c524b930e7
Update QAT INT8 related code (#23104)
6 years ago