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

Implementing ONNX support for sqrt #991

Merged
merged 6 commits into from
Nov 22, 2023
Merged

Conversation

edmondop
Copy link
Contributor

@edmondop edmondop commented Nov 22, 2023

Pull Request Template

Addresses #600 SQRT operator.

ONNX validity has been confirmed using Neutron, see
sqrt onnx

Checklist

  • Confirmed that run-checks all script has been executed.
  • Made sure the book is up to date with changes in this PR.

Testing

cargo test in the burn-import subpackage

Copy link
Collaborator

@antimora antimora left a comment

Choose a reason for hiding this comment

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

Looks great!

One small change requested in the supported ops: to replace X with a check mark:

https://github.com/Tracel-AI/burn/blob/main/burn-import/SUPPORTED-ONNX-OPS.md?plain=1#L181

Once this is done, it's approved.

@edmondop
Copy link
Contributor Author

Looks great!

One small change requested in the supported ops: to replace X with a check mark:

main/burn-import/SUPPORTED-ONNX-OPS.md?plain=1#L181

Once this is done, it's approved.

Fixed with 02b3ecb

Copy link
Collaborator

@antimora antimora left a comment

Choose a reason for hiding this comment

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

Approved!

Thank you for your contribution!

@antimora antimora merged commit b86bc58 into tracel-ai:main Nov 22, 2023
6 checks passed
@antimora
Copy link
Collaborator

All green. Thank you for your contribution!

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.

2 participants