-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Type Hints] nn.InstanceNorm
#5684
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
nn.InstanceNorm
for more information, see https://pre-commit.ci
Codecov Report
@@ Coverage Diff @@
## master #5684 +/- ##
=======================================
Coverage 83.80% 83.80%
=======================================
Files 349 349
Lines 19235 19235
=======================================
Hits 16119 16119
Misses 3116 3116
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
The test for nn.InstanceNorm already has a test for torchscript support, so I have not changed that file Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
The test for nn.InstanceNorm already has a test for torchscript support, so I have not changed that file