Skip to content

Commit 8f5c657

Browse files
Post-production tweaks.
1 parent deda2e0 commit 8f5c657

File tree

1 file changed

+4
-1
lines changed
  • content/learning-paths/cross-platform/pytorch-digit-classification-arch-training

1 file changed

+4
-1
lines changed

content/learning-paths/cross-platform/pytorch-digit-classification-arch-training/intro.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ layout: "learningpathall"
1111

1212
Meta AI have designed an Open Source deep learning framework called PyTorch, that is now part of the Linux Foundation.
1313

14-
PyTorch provides a flexible and efficient platform for building and training neural networks. It has a dynamic computational graph that allows users to modify the architecture during runtime, making debugging and experimentation easier, and therefore makes it popular among developers.
14+
PyTorch provides a flexible and efficient platform for building and training neural networks. It has a dynamic computational graph that allows users to modify the architecture during runtime, making debugging and experimentation easier, and therefore making it popular among developers.
1515

1616
PyTorch provides a more flexible, user-friendly deep learning framework that reduces the limitations of static computational graphs found in earlier tools, such as TensorFlow.
1717

@@ -110,8 +110,11 @@ python3 -m ipykernel install --user --name=pytorch-env
110110
To ensure everything is set up correctly, follow these next steps:
111111

112112
1. Open Visual Studio Code.
113+
113114
2. Click **New file**, and select `Jupyter Notebook .ipynb Support`.
115+
114116
3. Save the file as `pytorch-digits.ipynb`.
117+
115118
4. Select the Python kernel you created earlier, `pytorch-env`. To do so, click **Kernels** in the top right-hand corner. Then, click **Jupyter Kernel...**, and you will see the Python kernel as shown below:
116119

117120
![img1 alt-text#center](Figures/1.png "Figure 1: Python kernel.")

0 commit comments

Comments
 (0)