Commit 10a387a3 authored by Soumith Chintala's avatar Soumith Chintala Committed by GitHub
Browse files

Merge pull request #276 from adham/patch-1

fix a typo in normalize: an tensor -> a tensor
parents 2e4a3f37 b6ef2f1b
...@@ -120,7 +120,7 @@ def to_pil_image(pic): ...@@ -120,7 +120,7 @@ def to_pil_image(pic):
def normalize(tensor, mean, std): def normalize(tensor, mean, std):
"""Normalize an tensor image with mean and standard deviation. """Normalize a tensor image with mean and standard deviation.
See ``Normalize`` for more details. See ``Normalize`` for more details.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment