Skip to content
Snippets Groups Projects
Commit 56467ab8 authored by paul.tresson_ird.fr's avatar paul.tresson_ird.fr
Browse files

fix quantization

parent 868cb720
No related branches found
No related tags found
No related merge requests found
......@@ -440,7 +440,7 @@ class EncoderAlgorithm(QgsProcessingAlgorithm):
try :
feedback.pushInfo(f'before quantization : {get_model_size(model)}')
quantize_model(model, device)
model = quantize_model(model, device)
feedback.pushInfo(f'after quantization : {get_model_size(model)}')
except :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment