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

Move onnx model validation into its own stage #177

Merged

Conversation

jeremyfowers
Copy link
Collaborator

@jeremyfowers jeremyfowers commented Jul 2, 2024

Closes #165

The only reason ONNX exporter validation, which we just use for the ONNX model zoo workflow, was part of the ExportPytorch stage before was because making new Stages was such a pain. Now making Stages is a joy, so ONNX export validation gets its own stage.

@jeremyfowers jeremyfowers self-assigned this Jul 2, 2024
@jeremyfowers jeremyfowers linked an issue Jul 2, 2024 that may be closed by this pull request
@jeremyfowers jeremyfowers changed the base branch from main to refresh July 3, 2024 20:01
@jeremyfowers jeremyfowers marked this pull request as ready for review July 3, 2024 20:36
@jeremyfowers jeremyfowers enabled auto-merge (squash) July 3, 2024 20:47
Copy link
Collaborator

@danielholanda danielholanda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes the code more modular, yet more verbose.
Overall, it is a good tradeoff.

src/turnkeyml/build/export.py Show resolved Hide resolved
src/turnkeyml/build/export.py Outdated Show resolved Hide resolved
jeremyfowers and others added 3 commits July 15, 2024 09:43
Co-authored-by: Daniel Holanda <holand.daniel@gmail.com>
Signed-off-by: Jeremy Fowers <80718789+jeremyfowers@users.noreply.github.com>
@jeremyfowers jeremyfowers merged commit b1692ed into refresh Jul 15, 2024
10 checks passed
@jeremyfowers jeremyfowers deleted the 165-refresh-move-onnx-model-validation-into-its-own-stage branch July 15, 2024 13:58
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.

Refresh: Move ONNX model validation into its own Stage
2 participants