We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experimenting with compiler options in branch fast-opts.
fast-opts
Switching from -Os to -O3 seems to have significant impact on tokens per second. (-Ofast doesn't noticeably add on top.)
-Os
-O3
-Ofast
->>> Averaged 2.60 tokens/s +>>> Averaged 3.79 tokens/s
Unfortunately, something about this seems to break the camera input or TPU inference and I haven't debugged that yet.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Experimenting with compiler options in branch
fast-opts
.Switching from
-Os
to-O3
seems to have significant impact on tokens per second. (-Ofast
doesn't noticeably add on top.)Unfortunately, something about this seems to break the camera input or TPU inference and I haven't debugged that yet.
The text was updated successfully, but these errors were encountered: