File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments