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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -101,13 +101,13 @@ To get the most out of these tutorials, you should have:
101
101
102
102
Each tutorial has an "Open in Colab" badge that allows you to run it directly in your browser:
103
103
104
-
| Tutorial | Open in Colab | Details |
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](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)|
104
+
| Tutorial | Open in Colab |
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)|
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)|
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)|
109
+
| 4. Training Models |[](https://colab.research.google.com/github/anand-me/deep-learning-with-pytorch-tutorials/blob/main/src/PyTorchTuto_4.ipynb)|
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)|
0 commit comments