Skip to content
New issue

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

Create and implement an env flag for validation checking during model conversion #466

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

HoopyFreud
Copy link
Contributor

@HoopyFreud HoopyFreud commented Feb 6, 2024

This PR creates an environment variable ONNX_WEB_CONVERT_VALIDATE which enables or disables validation checking during optimum-based conversion of models. Disabling this flag can result in significant memory savings, since model validation appears to use some kind of horribly inefficient process.

Also fixes the tile counter message by adding 1 to the index.

Copy link

sonarcloud bot commented Feb 6, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant