We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123dd5c commit c5643a6Copy full SHA for c5643a6
beginner_source/basics/transforms_tutorial.py
@@ -43,8 +43,8 @@
43
# -------------------------------
44
#
45
# `ToTensor <https://pytorch.org/vision/stable/transforms.html#torchvision.transforms.ToTensor>`_
46
-# converts a PIL image or NumPy ``ndarray`` into a ``FloatTensor``. and scales
47
-# the image's pixel intensity values in the range [0., 1.]
+# converts a PIL image or NumPy ``ndarray`` into a ``FloatTensor`` and scales
+# the image's pixel intensity values to the range [0., 1.]
48
49
50
##############################################
0 commit comments