Skip to content

Commit fa6a5d6

Browse files
committed
README
1 parent 9e12dc8 commit fa6a5d6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ To get the most out of these tutorials, you should have:
101101

102102
Each tutorial has an "Open in Colab" badge that allows you to run it directly in your browser:
103103

104-
| Tutorial | Open in Colab | Details |
105-
|----------|---------------| --------|
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) |
104+
| Tutorial | Open in Colab |
105+
|----------|---------------|
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) |
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) |
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) |
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) |
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) |
111111

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

0 commit comments

Comments
 (0)