File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,28 +37,28 @@ packages installed.
37
37
.. grid :: 4
38
38
39
39
.. grid-item-card :: :octicon:`file-code;1em` Tensors
40
- :link: /beginner/ blitz/tensor_tutorial.html
40
+ :link: blitz/tensor_tutorial.html
41
41
42
42
In this tutorial, you will learn the basics of PyTorch tensors.
43
43
+++
44
44
:octicon: `code;1em ` Code
45
45
46
46
.. 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
48
48
49
49
Learn about autograd.
50
50
+++
51
51
:octicon: `code;1em ` Code
52
52
53
53
.. grid-item-card :: :octicon:`file-code;1em` Neural Networks
54
- :link: /beginner/ blitz/neural_networks_tutorial.html
54
+ :link: blitz/neural_networks_tutorial.html
55
55
56
56
This tutorial demonstrates how you can train neural networks in PyTorch.
57
57
+++
58
58
:octicon: `code;1em ` Code
59
59
60
60
.. grid-item-card :: :octicon:`file-code;1em` Training a Classifier
61
- :link: /beginner/ blitz/cifar10_tutorial.html
61
+ :link: blitz/cifar10_tutorial.html
62
62
63
63
Learn how to train an image classifier in PyTorch by using the
64
64
CIFAR10 dataset.
You can’t perform that action at this time.
0 commit comments