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

Add fp16 onnx export for onnxruntime gpu infer #404

Closed
wants to merge 2 commits into from

Conversation

triple-Mu
Copy link
Contributor

@triple-Mu triple-Mu commented May 14, 2022

I am testing onnxruntime gpu infer now. Found that yolort export onnx with so much trivial ops, should we modify torch model for best export or use graphsurgeon make graph clean or test pnnx export?
I will try my best for this pr. Thanks

Close #107

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ triple-Mu
❌ pre-commit-ci[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov
Copy link

codecov bot commented May 14, 2022

Codecov Report

Merging #404 (3efe5f9) into main (006f3f6) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #404   +/-   ##
=======================================
  Coverage   98.58%   98.58%           
=======================================
  Files          11       11           
  Lines         778      778           
=======================================
  Hits          767      767           
  Misses         11       11           
Flag Coverage Δ
unittests 98.58% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 006f3f6...3efe5f9. Read the comment docs.

Repository owner deleted a comment from CLAassistant May 15, 2022
@zhiqwang zhiqwang added the enhancement New feature or request label May 15, 2022
@triple-Mu triple-Mu closed this Jun 14, 2022
@triple-Mu triple-Mu deleted the tripleMu0514 branch June 14, 2022 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exporting fp16 model to onnx produces invalid onnx model
3 participants