From f350084b33d3e395c9d3691edb2fd46e1a4b6561 Mon Sep 17 00:00:00 2001 From: David Bau Date: Tue, 7 Jan 2025 04:55:13 -0500 Subject: [PATCH] Update README.md Add "how to read pytorch" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89f1a0f..85b7d55 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ This is a curated list of tutorials, projects, libraries, videos, papers, books - [Official PyTorch Tutorials](https://github.com/pytorch/tutorials) - [Official PyTorch Examples](https://github.com/pytorch/examples) - [Dive Into Deep Learning with PyTorch](https://github.com/d2l-ai/d2l-en) +- [How to Read Pytorch](https://github.com/davidbau/how-to-read-pytorch) - [Minicourse in Deep Learning with PyTorch (Multi-language)](https://github.com/Atcold/pytorch-Deep-Learning-Minicourse) - [Practical Deep Learning with PyTorch](https://github.com/ritchieng/deep-learning-wizard) - [Deep Learning Models](https://github.com/rasbt/deeplearning-models)