| commit | 1eae0ac8b18dd2aa9a92280ac93f61eddb4328c5 | [log] [tgz] |
|---|---|---|
| author | lizz <innerlee@users.noreply.github.com> | Thu Dec 14 16:20:37 2017 +0800 |
| committer | Soumith Chintala <soumith@gmail.com> | Thu Dec 14 03:20:37 2017 -0500 |
| tree | 55af0e4e53f37bbf4c22c0585c97107656a77519 | |
| parent | 991f03fbfb9e2bd35fe9535edf990324d6acd507 [diff] |
Update instancenorm.py (#4171)
diff --git a/torch/nn/modules/instancenorm.py b/torch/nn/modules/instancenorm.py index 3d5ed1d..9854727 100644 --- a/torch/nn/modules/instancenorm.py +++ b/torch/nn/modules/instancenorm.py
@@ -37,7 +37,7 @@ class InstanceNorm1d(_InstanceNorm): - r"""Applies Instance Normalization over a 2d or 3d input that is seen as a mini-batch. + r"""Applies Instance Normalization over a 3d input that is seen as a mini-batch. .. math::