-
Notifications
You must be signed in to change notification settings - Fork 71
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 for layernorm #126
Labels
feat
new feature for the user
Comments
Hello, @jonas-doevenspeck Since PyTorch has LayerNorm module this shouldn't be hard. I think we will add support soon. |
@senysenyseny16 I am also trying to convert a model with onnx-opset 17 to a torch. Is LayerNorm supported? |
Feel free to reopen if there are any problems or questions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are there any plans to support LayerNorm?
It's available in onnx-opset 17 which can be exported to from torch>=1.13
It's commonly used in transformers so would be very useful!
The text was updated successfully, but these errors were encountered: