Commit b6ef2f1b authored by Adham's avatar Adham Committed by GitHub
Browse files

fix a typo in normalize: an tensor -> a tensor

parent 2e4a3f37
...@@ -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