Skip to content

Commit 099638f

Browse files
omobrianjoholly1238
authored
Another minor typo fix. (#734)
Followed by #178 ;-) Co-authored-by: Brian Johnson <[email protected]> Co-authored-by: holly1238 <[email protected]>
1 parent 82dbee9 commit 099638f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/spatial_transformer_tutorial.py

+1-1
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)