Skip to content

Commit 86d7922

Browse files
authored
Merge branch 'master' into master
2 parents 9fb5db9 + 1df63bf commit 86d7922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/spatial_transformer_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def train(epoch):
176176
epoch, batch_idx * len(data), len(train_loader.dataset),
177177
100. * batch_idx / len(train_loader), loss.item()))
178178
#
179-
# A simple test procedure to measure STN the performances on MNIST.
179+
# A simple test procedure to measure the STN performances on MNIST.
180180
#
181181

182182

0 commit comments

Comments
 (0)