Skip to content

Commit 9e12dc8

Browse files
committed
README
1 parent 08cfce9 commit 9e12dc8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ Each tutorial has an "Open in Colab" badge that allows you to run it directly in
103103

104104
| Tutorial | Open in Colab | Details |
105105
|----------|---------------| --------|
106-
| 1. Introduction to Tensors | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/anand-me/deep-learning-with-pytorch-tutorials/blob/main/src/PyTorchTuto_1.ipynb) | tutorial1.html |
107-
| 2. Autograd and Automatic Differentiation | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/anand-me/deep-learning-with-pytorch-tutorials/blob/main/src/PyTorchTuto_2.ipynb) | tutorial2.html |
108-
| 3. Neural Networks with PyTorch | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/anand-me/deep-learning-with-pytorch-tutorials/blob/main/src/PyTorchTuto_3.ipynb) | tutorial3.html |
109-
| 4. Training Models | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/anand-me/deep-learning-with-pytorch-tutorials/blob/main/src/PyTorchTuto_4.ipynb) | tutorial4.html|
110-
| 5. Saving and Loading Models | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/anand-me/deep-learning-with-pytorch-tutorials/blob/main/src/PyTorchTuto_5.ipynb) | tutorial5.html |
106+
| 1. Introduction to Tensors | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/anand-me/deep-learning-with-pytorch-tutorials/blob/main/src/PyTorchTuto_1.ipynb) | [tutorial1.html](https://github.com/anand-me/deep-learning-with-pytorch-tutorials/blob/main/documentation/tutorial1.html) |
107+
| 2. Autograd and Automatic Differentiation | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/anand-me/deep-learning-with-pytorch-tutorials/blob/main/src/PyTorchTuto_2.ipynb) | [tutorial2.html] (https://github.com/anand-me/deep-learning-with-pytorch-tutorials/blob/main/documentation/tutorial2.html) |
108+
| 3. Neural Networks with PyTorch | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/anand-me/deep-learning-with-pytorch-tutorials/blob/main/src/PyTorchTuto_3.ipynb) | [tutorial3.html] (https://github.com/anand-me/deep-learning-with-pytorch-tutorials/blob/main/documentation/tutorial3.html) |
109+
| 4. Training Models | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/anand-me/deep-learning-with-pytorch-tutorials/blob/main/src/PyTorchTuto_4.ipynb) | [tutorial4.html] (https://github.com/anand-me/deep-learning-with-pytorch-tutorials/blob/main/documentation/tutorial4.html)|
110+
| 5. Saving and Loading Models | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/anand-me/deep-learning-with-pytorch-tutorials/blob/main/src/PyTorchTuto_5.ipynb) | [tutorial5.html] (https://github.com/anand-me/deep-learning-with-pytorch-tutorials/blob/main/documentation/tutorial5.html) |
111111

112112
Running in Colab gives you:
113113
- Free GPU/TPU access

0 commit comments

Comments
 (0)