Skip to content

Commit 1eae0ac

Browse files
innerleesoumith
authored andcommitted
Update instancenorm.py (#4171)
1 parent 991f03f commit 1eae0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/nn/modules/instancenorm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def eval(self):
3737

3838

3939
class InstanceNorm1d(_InstanceNorm):
40-
r"""Applies Instance Normalization over a 2d or 3d input that is seen as a mini-batch.
40+
r"""Applies Instance Normalization over a 3d input that is seen as a mini-batch.
4141
4242
.. math::
4343

0 commit comments

Comments
 (0)