Skip to content

Commit

Permalink
Another minor typo fix. (pytorch#734)
Browse files Browse the repository at this point in the history
Followed by pytorch#178 ;-)

Co-authored-by: Brian Johnson <brianjo@fb.com>
Co-authored-by: holly1238 <77758406+holly1238@users.noreply.github.com>
  • Loading branch information
3 people committed Apr 18, 2021
1 parent 82dbee9 commit 099638f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intermediate_source/spatial_transformer_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#


Expand Down

0 comments on commit 099638f

Please sign in to comment.