-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Support Onnx #305
Support Onnx #305
Conversation
Is |
No. I just deleted it. |
Codecov Report
@@ Coverage Diff @@
## master #305 +/- ##
==========================================
- Coverage 83.82% 83.79% -0.03%
==========================================
Files 114 114
Lines 7085 7085
Branches 1122 1122
==========================================
- Hits 5939 5937 -2
Misses 941 941
- Partials 205 207 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Hi @RunningLeon, could you help review this pr? A detail to check is that the precision is relaxed to 1e-5 here. |
@RunningLeon everything okay other than typos? |
@RunningLeon good to go? |
@innerlee I think it's ok from my side of view. |
Thanks! |
* add onnx * add pytorch2onnx * rm unnecessary files * fix typo * fix typos * rm unnecessary index
* add onnx * add pytorch2onnx * rm unnecessary files * fix typo * fix typos * rm unnecessary index
fix #131
fix #289
fix #299