Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9584ab9 + 76d212e commit 6756514Copy full SHA for 6756514
1 file changed
beginner_source/former_torchies/tensor_tutorial.py
@@ -127,9 +127,8 @@
127
# CUDA Tensors
128
# ------------
129
#
130
-# CUDA Tensors are nice and easy in pytorch, and they are much more
131
-# consistent as well. Transfering a CUDA tensor from the CPU to GPU will
132
-# retain it’s type.
+# CUDA Tensors are nice and easy in pytorch, and transfering a CUDA tensor
+# from the CPU to GPU will retain its underlying type.
133
134
# let us run this cell only if CUDA is available
135
if torch.cuda.is_available():
0 commit comments