admin管理员组文章数量:1335097
I am exporting YOLOv11n model trained on custom dataset to tflite
with int8
quantization for deploying in edgetpu however the output model compiled is larger than the original input file.
Why is it larger what was going wrong ?
Python version 3.8
from ultralytics import YOLO
model = YOLO("best (1).pt")
model.export(format="tflite", int8=True,data='data.yaml' )
本文标签: tensorflowFully quantized int8 tflite file size larger than original unquantized filesStack Overflow
版权声明:本文标题:tensorflow - Fully quantized int8 tflite file size larger than original unquantized files? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742384813a2464818.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论