From a8c4a4fcada513de512f3e0bf5f4c1b6f6bbfbc0 Mon Sep 17 00:00:00 2001 From: Hritik Bhandari Date: Thu, 9 Jul 2020 04:29:27 +0530 Subject: [PATCH] Update neural_style_tutorial.py Updated the mistake in the Loading Images Section. --- advanced_source/neural_style_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. #