-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Pytorch2onnx which can be used for DIM and GCA model #105
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #105 +/- ##
==========================================
+ Coverage 82.43% 82.45% +0.02%
==========================================
Files 143 143
Lines 6591 6610 +19
Branches 980 980
==========================================
+ Hits 5433 5450 +17
- Misses 1060 1062 +2
Partials 98 98
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
hejm37
reviewed
Jul 16, 2020
mmedit/models/backbones/encoder_decoders/decoders/plain_decoder.py
Outdated
Show resolved
Hide resolved
hejm37
reviewed
Jul 17, 2020
hejm37
reviewed
Jul 20, 2020
hejm37
reviewed
Jul 20, 2020
hejm37
reviewed
Jul 21, 2020
mmedit/models/backbones/encoder_decoders/decoders/plain_decoder.py
Outdated
Show resolved
Hide resolved
hejm37
reviewed
Jul 21, 2020
hejm37
approved these changes
Jul 21, 2020
wchstrife
pushed a commit
to wchstrife/mmediting
that referenced
this pull request
Dec 26, 2020
* add pytorch2onnx for DIM * support convert to ONNX for GCA * use forward_dummy for onnx export * remove useless comment * retrieve useless modify * Updating according to the latest mmcv * modify the comment * add docstring * Fix docstring dot Co-authored-by: Jiamin <[email protected]>
Yshuo-Li
pushed a commit
to Yshuo-Li/mmediting
that referenced
this pull request
Jul 15, 2022
* add pytorch2onnx for DIM * support convert to ONNX for GCA * use forward_dummy for onnx export * remove useless comment * retrieve useless modify * Updating according to the latest mmcv * modify the comment * add docstring * Fix docstring dot Co-authored-by: Jiamin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR support exporting DIM and GCA into ONNX format and comparing the execution results between Pytorch and ONNX.
However, as there is some bug in ONNX runtime, the results between Pytorch and ONNX for DIM may be different