Commit Graph

223 Commits (develop)

Author SHA1 Message Date
Zhen Wang e1f931610e
Fix save/load error in imperative qat UT. (#31937)
5 years ago
cc b47478efc2
[dygraph qat] Use layer to calculate output scale (#31861)
5 years ago
cc 84a551380e
[dygraph qat] Refine saving output scale to infer program (#31784)
5 years ago
Wojciech Uss 814b38e30f
update scale collection and propagation algorithm (#31783)
5 years ago
guofei ed7956a816
Fix skip_quant in QAT (#31704)
5 years ago
cc 1d197f6c97
[dgraph qat] Refine calculating output scale of dygraph qat (#31710)
5 years ago
cc 19592d2b71
Refine dygraph qat, test=develop (#31680)
5 years ago
guofei ef0dd3efed
Support loading parameters from checkpoint to save quantized model (#31419)
5 years ago
yingshengBD 0eea5d714f
post quantize support insert fake_quantize_dequantize node before the OPs that will be used in VIS's faceid models (#30659)
5 years ago
guofei 430f8449f1
Fix the error of save_quantized_model (#30583)
5 years ago
cc ce6777fcdf
Fix bug of supporting channelwise dygraph quantized model, test=develop (#30531)
5 years ago
cc 5d8d463cf7
Collect weight threshold for lstm op in post_training_quantization (#28701)
5 years ago
cc 8e3a294045
skip quantizing ops in cpu inference (#30342)
5 years ago
Bai Yifan ad6fee2fa8
fix quantize error in speical naming model (#30354)
5 years ago
huangxu96 ee623bff64
Implemented AddQuantDequantPass in imperative quantization. (#26692)
5 years ago
guofei 1bdf924217
Quantization supports 2.0 APIs (#30036)
5 years ago
wangchaochaohu 7dd551e08b
refine the paddle place support using str (#28769)
5 years ago
cc 1fa863da40
Support dygraph quant model (#29927)
5 years ago
cc 62f455e023
Support quantizing program_desc (#29526)
5 years ago
guofei 8212874f47
Fix test_imperative_skip_out (#29939)
5 years ago
XiaoguangHu 726c78f293
clean redundant API alias in 2.0 - part 1 (#29928)
5 years ago
cc 61820fd217
add the time threshold of quantization tests, test=develop (#29786)
5 years ago
Wojciech Uss 917a11495f
fix ininite scale values (#29386)
5 years ago
LoveAn 03b42d9fa7
fix unittest on windows, test=develop (#29365)
5 years ago
Wojciech Uss 4fd4095d1b
Add quantization of multi_gru op and tests (#28615)
5 years ago
guofei 638402274a
Integrate ImperativeOutScale into ImperativeQuantAware. (#27956)
5 years ago
huangxu96 40f5453725
Quant nn2.0 (#28764)
5 years ago
Leo Chen 3815d7aa40
Upgrade string literals to raw string (#28989)
5 years ago
Bai Yifan 5050e761b8
Support user-defined activation/weight quantize and preprocess. (#28570)
5 years ago
cc d1e84f3e9e
Add some ops for cacluating output scale, test=develop (#28644)
5 years ago
YUNSHEN XIE ba0756325a
exec ut no more than 15s 1 (#28439)
5 years ago
guofei 6bbb6e7f45
Implement the function of OutScaleForTraining/OutScaleForInference in dygraph (#26601)
6 years ago
cc 8fabb1c32f
Add test attribute in channelwise_quant op, test=develop (#27742)
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
cc 2d8281d5ad
Remove the cache in post_traning_quantization, test=develop (#26450)
6 years ago
Zhen Wang ece74c4cd4
Update the _get_fake_quant_type definition in imperative QAT. (#27222)
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
qingqing01 f7fb4c2212
Move hapi to python/paddle root dir. (#26442)
6 years ago
Pei Yang e3f8e5cf5c
trt int8 support conv2d_transpose (#26636)
6 years ago
chalsliu dc56c89822
Add the option to execute unit tests only at night (#26669)
6 years ago
Aurelius84 f05613683f
[Dy2stat] Support InputSpec and Return callable class instance in @declarative (#25960)
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