-
Notifications
You must be signed in to change notification settings - Fork 684
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
Sandeepkumar skb groupnorm plugin #437
Sandeepkumar skb groupnorm plugin #437
Conversation
Thanks @jaybdub; I reviewed the changes and also tested the changes with Thanks, |
Hi @jaybdub - Is there anything that needs to be done from my side? |
I think it should be good! Going to do some sanity checks and then likely merge. Thanks again for the PR! Please let me know of any PRs / issues in the future. Best, |
Absolutely! Planning to add more support in future. Thanks, |
It's merged! Do you mind sharing the use-case for GroupNorm layer? I personally haven't used this layer in my models. I'm curious how the performance of the plugin is in context. Depending on the performance cost from copying the output, it may be worth implementing an in-place version natively at some point in the future. Best, |
We have models which use GroupNorm and converting them to TensorRT for inference is a major challenge because it is not supported in TensorRT yet and there is no automatic fallback to framework like in TF-TRT. We then have 2 options:
I have yet to measure the performance but certainly this is not an ideal solution. Having a native TRT support for this op will be best. |
* added plugin for GroupNorm Co-authored-by: sandeepkumar-skb <[email protected]>
No description provided.