Which tflite is the designated end export #6559
Closed
StuartIanNaylor
started this conversation in
General
Replies: 1 comment 4 replies
-
Yes, your assumption is correct. When exporting to tflite with int8=true, yolov8n_int8.tflite is the file you should choose. Its naming similarity to the source export name is indicative, and it is likely the fastest option among the provided choices. If you have any further doubts or concerns, feel free to ask for clarification. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I export to tflite int8=true I get a folder containing multiple files.
It would seem yolov8n_int8.tflite is the fastest but its confusing as I have these choices.
yolov8n_int8.tflite, yolov8n_full_integer_quant.tflite, yolov8n_integer_quant.tflite and some float files which are all progress files.
I am presuming yolov8n_int8.tflite as apart from file extention same as the source export name.
Thought I would just ask though.
Beta Was this translation helpful? Give feedback.
All reactions