You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -103,11 +103,11 @@ Each tutorial has an "Open in Colab" badge that allows you to run it directly in
103
103
104
104
| Tutorial | Open in Colab | Details |
105
105
|----------|---------------| --------|
106
-
| 1. Introduction to Tensors |[](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 |[](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 |[](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 |[](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 |[](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 |[](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 |[](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 |[](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 |[](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 |[](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)|
0 commit comments