最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

tensorflow - Fully quantized int8 tflite file size larger than original unquantized files? - Stack Overflow

programmeradmin0浏览0评论

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' )
发布评论

评论列表(0)

  1. 暂无评论