From 7f0afea770223885b165a434c20de4e2c5376df6 Mon Sep 17 00:00:00 2001 From: Rohit Singh <40518677+sourcecode369@users.noreply.github.com> Date: Sat, 23 Mar 2024 17:42:10 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 95e01e4..d7cc0bb 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ This repository draws inspiration from the incredible [Paperspace - PyTorch 101 9. [Faster Training with Automatic Mixed Precision](./09_Faster_training_with_mixed_precision.ipynb) 10. [Building Neural Networks with PyTorch](./10_Building_Neural_Network_with_Pytorch.ipynb) 11. [Advanced Usage of PyTorch](./11_Pytorch_Advanced_Usage.ipynb) +12. [Memory Management and Multi GPU Usage](./12_Memory_management_and_Multi_GPU_Usage.ipynb) ## Getting Started From 69ecbe14a77fcf892ee18ba2528939f7d9d5569a Mon Sep 17 00:00:00 2001 From: Rohit Singh <40518677+sourcecode369@users.noreply.github.com> Date: Sun, 24 Mar 2024 15:38:13 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index d7cc0bb..d82b43d 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,5 @@ # PyTorch Fundamentals -
- -[![GitHub stars](https://img.shields.io/github/stars/ml-dev-world/pytorch-fundamentals.svg?style=social)](https://github.com/ml-dev-world/pytorch-fundamentals/stargazers) -    -[![GitHub forks](https://img.shields.io/github/forks/ml-dev-world/pytorch-fundamentals.svg?style=social)](https://github.com/ml-dev-world/pytorch-fundamentals/network/members) -    -[![GitHub pull requests](https://img.shields.io/github/issues-pr/ml-dev-world/pytorch-fundamentals.svg)](https://github.com/ml-dev-world/pytorch-fundamentals/pulls) -    -[![GitHub issues](https://img.shields.io/github/issues/ml-dev-world/pytorch-fundamentals.svg)](https://github.com/ml-dev-world/pytorch-fundamentals/issues) -    -[![GitHub contributors](https://img.shields.io/github/contributors/ml-dev-world/pytorch-fundamentals.svg)](https://github.com/ml-dev-world/pytorch-fundamentals/graphs/contributors) - -
- - - ![Deep Learning](https://images.ctfassets.net/rc8q7tcpu9y3/4N9rb37CEIfSE6MQCh7tLx/393b411ead140cdf9d9255dee2aa5a97/Facebook-PyTorch-Conference-Experience-Design-Social.jpg?w=1200&h=630&fit=fill&fm=jpg&q=90) Welcome to PyTorch Fundamentals! This repository is designed to help you master PyTorch from beginner to advanced levels with practical examples and tutorials. Whether you're just starting your deep learning journey or looking to enhance your skills, you'll find concise explanations and hands-on exercises to guide you through the world of PyTorch. From 862001e3c0bdf24a98272ab94ce6cf92951ade77 Mon Sep 17 00:00:00 2001 From: Rohit Singh <40518677+sourcecode369@users.noreply.github.com> Date: Mon, 25 Mar 2024 23:10:34 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d82b43d..cd2d48f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Deep Learning](https://images.ctfassets.net/rc8q7tcpu9y3/4N9rb37CEIfSE6MQCh7tLx/393b411ead140cdf9d9255dee2aa5a97/Facebook-PyTorch-Conference-Experience-Design-Social.jpg?w=1200&h=630&fit=fill&fm=jpg&q=90) -Welcome to PyTorch Fundamentals! This repository is designed to help you master PyTorch from beginner to advanced levels with practical examples and tutorials. Whether you're just starting your deep learning journey or looking to enhance your skills, you'll find concise explanations and hands-on exercises to guide you through the world of PyTorch. +Welcome to the PyTorch Fundamentals! This repository is designed to help you master PyTorch from beginner to advanced levels with practical examples and tutorials. Whether you're just starting your deep learning journey or looking to enhance your skills, you'll find concise explanations and hands-on exercises to guide you through the world of PyTorch. ## Prerequisites