-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
PyTorch support #133
Comments
Pytorch model can be exported to onnx file. |
some pytorch modules like pack_padded_sequence function does not be supported to export onnx. |
lutzroeder
added a commit
that referenced
this issue
Oct 7, 2018
lutzroeder
added a commit
that referenced
this issue
Oct 7, 2018
lutzroeder
added a commit
that referenced
this issue
Oct 24, 2018
lutzroeder
added a commit
that referenced
this issue
Oct 24, 2018
lutzroeder
added a commit
that referenced
this issue
Oct 25, 2018
lutzroeder
added a commit
that referenced
this issue
Oct 25, 2018
lutzroeder
added a commit
that referenced
this issue
Oct 26, 2018
lutzroeder
added a commit
that referenced
this issue
Oct 28, 2018
lutzroeder
added a commit
that referenced
this issue
Oct 28, 2018
lutzroeder
added a commit
that referenced
this issue
Nov 1, 2018
lutzroeder
added a commit
that referenced
this issue
Nov 1, 2018
lutzroeder
added a commit
that referenced
this issue
Nov 1, 2018
lutzroeder
added a commit
that referenced
this issue
Nov 1, 2018
lutzroeder
added a commit
that referenced
this issue
Nov 3, 2018
lutzroeder
added a commit
that referenced
this issue
Nov 8, 2018
lutzroeder
added a commit
that referenced
this issue
Nov 9, 2018
lutzroeder
added a commit
that referenced
this issue
Nov 10, 2018
lutzroeder
added a commit
that referenced
this issue
Nov 15, 2018
lutzroeder
added a commit
that referenced
this issue
Nov 22, 2018
lutzroeder
added a commit
that referenced
this issue
Nov 22, 2018
lutzroeder
added a commit
that referenced
this issue
Nov 22, 2018
lutzroeder
added a commit
that referenced
this issue
Nov 23, 2018
lutzroeder
added a commit
that referenced
this issue
Nov 23, 2018
lutzroeder
added a commit
that referenced
this issue
Nov 28, 2018
lutzroeder
added a commit
that referenced
this issue
Jun 9, 2019
lutzroeder
added a commit
that referenced
this issue
Aug 10, 2019
Closed
lutzroeder
added a commit
that referenced
this issue
Nov 9, 2019
Closed
lutzroeder
added a commit
that referenced
this issue
Jul 26, 2020
lutzroeder
added a commit
that referenced
this issue
Oct 13, 2020
Maybe document this properly explaining why this happens? I guess because links are left in the Python code that configures the model and is used for inference. |
Repository owner
deleted a comment from
abhigoku10
Apr 11, 2021
Repository owner
deleted a comment from
dmoham1476
Apr 11, 2021
Repository owner
deleted a comment from
dmoham1476
Apr 11, 2021
Repository owner
deleted a comment from
ygean
Apr 11, 2021
Repository owner
deleted a comment from
ygean
Apr 11, 2021
Duplicate of #720. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a plan to enable viewing pytorch models (mode.pt) with Netron?
The text was updated successfully, but these errors were encountered: