Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f265eb9

Browse files
alexshepardsoumith
authored andcommitted
fix typo in "where do i go next?" (#184)
this doesn't really deserve a pull request but /shrug thanks for pytorch!
1 parent 171ebbe commit f265eb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

beginner_source/blitz/cifar10_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,15 +307,15 @@ def forward(self, x):
307307
#
308308
# - :doc:`Train neural nets to play video games </intermediate/reinforcement_q_learning>`
309309
# - `Train a state-of-the-art ResNet network on imagenet`_
310-
# - `Train an face generator using Generative Adversarial Networks`_
310+
# - `Train a face generator using Generative Adversarial Networks`_
311311
# - `Train a word-level language model using Recurrent LSTM networks`_
312312
# - `More examples`_
313313
# - `More tutorials`_
314314
# - `Discuss PyTorch on the Forums`_
315315
# - `Chat with other users on Slack`_
316316
#
317317
# .. _Train a state-of-the-art ResNet network on imagenet: https://github.com/pytorch/examples/tree/master/imagenet
318-
# .. _Train an face generator using Generative Adversarial Networks: https://github.com/pytorch/examples/tree/master/dcgan
318+
# .. _Train a face generator using Generative Adversarial Networks: https://github.com/pytorch/examples/tree/master/dcgan
319319
# .. _Train a word-level language model using Recurrent LSTM networks: https://github.com/pytorch/examples/tree/master/word_language_model
320320
# .. _More examples: https://github.com/pytorch/examples
321321
# .. _More tutorials: https://github.com/pytorch/tutorials

0 commit comments

Comments
 (0)