Skip to content

Commit f76b30d

Browse files
author
Svetlana Karslioglu
authored
Merge branch 'master' into 1.13-RC-TEST
2 parents dbab110 + 79524a7 commit f76b30d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

beginner_source/deep_learning_60min_blitz.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,28 @@ packages installed.
3737
.. grid:: 4
3838

3939
.. grid-item-card:: :octicon:`file-code;1em` Tensors
40-
:link: /beginner/blitz/tensor_tutorial.html
40+
:link: blitz/tensor_tutorial.html
4141

4242
In this tutorial, you will learn the basics of PyTorch tensors.
4343
+++
4444
:octicon:`code;1em` Code
4545

4646
.. grid-item-card:: :octicon:`file-code;1em` A Gentle Introduction to torch.autograd
47-
:link: /beginner/blitz/autograd_tutorial.html
47+
:link: blitz/autograd_tutorial.html
4848

4949
Learn about autograd.
5050
+++
5151
:octicon:`code;1em` Code
5252

5353
.. grid-item-card:: :octicon:`file-code;1em` Neural Networks
54-
:link: /beginner/blitz/neural_networks_tutorial.html
54+
:link: blitz/neural_networks_tutorial.html
5555

5656
This tutorial demonstrates how you can train neural networks in PyTorch.
5757
+++
5858
:octicon:`code;1em` Code
5959

6060
.. grid-item-card:: :octicon:`file-code;1em` Training a Classifier
61-
:link: /beginner/blitz/cifar10_tutorial.html
61+
:link: blitz/cifar10_tutorial.html
6262

6363
Learn how to train an image classifier in PyTorch by using the
6464
CIFAR10 dataset.

0 commit comments

Comments
 (0)