From 4c45c37c5117de627d9e8aa67d6f21bdf33108c4 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Sun, 21 Jan 2024 20:17:32 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8604f1b..ef19263 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Alternatively, you can view this and other files on GitHub at [https://github.co | ... | ... | ... | | Appendix A: Introduction to PyTorch* | - [code-part1.ipynb](appendix-A/03_main-chapter-code/code-part1.ipynb)
- [code-part2.ipynb](appendix-A/03_main-chapter-code/code-part2.ipynb)
- [DDP-script.py](appendix-A/03_main-chapter-code/DDP-script.py)
- [exercise-solutions.ipynb](appendix-A/03_main-chapter-code/exercise-solutions.ipynb) | [./appendix-A](./appendix-A) | -(* Please see [this](01_optional-python-setup-preferences) and [this](02_installing-python-libraries) folder if you need more guidance on installing Python and Python packages.) +(* Please see [this](appendix-A/01_optional-python-setup-preferences) and [this](appendix-A/02_installing-python-libraries) folder if you need more guidance on installing Python and Python packages.)