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 7ba6693 commit f9d50b7Copy full SHA for f9d50b7
advanced_source/neural_style_tutorial.py
@@ -403,7 +403,7 @@ def get_input_optimizer(input_img):
403
# each iteration of the networks, it is fed an updated input and computes
404
# new losses. We will run the ``backward`` methods of each loss module to
405
# dynamicaly compute their gradients. The optimizer requires a “closure”
406
-# function, which reevaluates the modul and returns the loss.
+# function, which reevaluates the module and returns the loss.
407
#
408
# We still have one final constraint to address. The network may try to
409
# optimize the input with values that exceed the 0 to 1 tensor range for
0 commit comments