diff --git a/advanced_source/neural_style_tutorial.py b/advanced_source/neural_style_tutorial.py index 5b8e56bdc0c..b3421a11bee 100644 --- a/advanced_source/neural_style_tutorial.py +++ b/advanced_source/neural_style_tutorial.py @@ -83,7 +83,7 @@ # An important detail to note is that neural networks from the # torch library are trained with tensor values ranging from 0 to 1. If you # try to feed the networks with 0 to 255 tensor images, then the activated -# feature maps will be unable sense the intended content and style. +# feature maps will be unable to sense the intended content and style. # However, pre-trained networks from the Caffe library are trained with 0 # to 255 tensor images. #