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 68c22a0 commit a8c4a4fCopy full SHA for a8c4a4f
advanced_source/neural_style_tutorial.py
@@ -83,7 +83,7 @@
83
# An important detail to note is that neural networks from the
84
# torch library are trained with tensor values ranging from 0 to 1. If you
85
# try to feed the networks with 0 to 255 tensor images, then the activated
86
-# feature maps will be unable sense the intended content and style.
+# feature maps will be unable to sense the intended content and style.
87
# However, pre-trained networks from the Caffe library are trained with 0
88
# to 255 tensor images.
89
#
0 commit comments