diff --git a/intermediate_source/spatial_transformer_tutorial.py b/intermediate_source/spatial_transformer_tutorial.py index cc472a730f3..b566e7e4e0b 100644 --- a/intermediate_source/spatial_transformer_tutorial.py +++ b/intermediate_source/spatial_transformer_tutorial.py @@ -176,7 +176,7 @@ def train(epoch): epoch, batch_idx * len(data), len(train_loader.dataset), 100. * batch_idx / len(train_loader), loss.item())) # -# A simple test procedure to measure STN the performances on MNIST. +# A simple test procedure to measure the STN performances on MNIST. #