Skip to content

Commit a8c4a4f

Browse files
Update neural_style_tutorial.py
Updated the mistake in the Loading Images Section.
1 parent 68c22a0 commit a8c4a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/neural_style_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
# An important detail to note is that neural networks from the
8484
# torch library are trained with tensor values ranging from 0 to 1. If you
8585
# 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.
86+
# feature maps will be unable to sense the intended content and style.
8787
# However, pre-trained networks from the Caffe library are trained with 0
8888
# to 255 tensor images.
8989
#

0 commit comments

Comments
 (0)