# Deep-Learning-with-PyTorch-Lightning **Repository Path**: cnyan/Deep-Learning-with-PyTorch-Lightning ## Basic Information - **Project Name**: Deep-Learning-with-PyTorch-Lightning - **Description**: Pytorch Lighting 深度学习代码 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-27 - **Last Updated**: 2024-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### [Packt Conference : Put Generative AI to work on Oct 11-13 (Virtual)](https://packt.link/JGIEY)
[](https://packt.link/JGIEY)
3 Days, 20+ AI Experts, 25+ Workshops and Power Talks Code: USD75OFF # Deep Learning with PyTorch Lightning
## Instructions and Navigations
Most of the code is specific to the aforesaid PyTorch Lightning and Torch versions. Please ensure compatability by installing correct packages as defined in the technical requirements secction of the book.
All of the code is organized into folders. For example, Chapter02.
The code will look like the following:
```
import pytorch_lightning as pl
...
# use only 10% of the training data for each epoch
trainer = pl.Trainer(limit_train_batches=0.1)
# use only 10 batches per epoch
trainer = pl.Trainer(limit_train_batches=10)
```
**Following is what you need for this book:**
This Deep Learning book is for citizen data scientists and expert data scientists transitioning from other frameworks to PyTorch Lightning. This book will also be useful for deep learning researchers who are just getting started with coding for deep learning models using PyTorch Lightning. Working knowledge of Python programming and an intermediate-level understanding of statistics and deep learning fundamentals is expected.
With the following software and hardware list you can run all code files present in the book (Chapter 1-10).
### Software and Hardware List
| Chapter | Software required | OS required |
| -------- | ------------------------------------| -----------------------------------|
| 1 - 10 | PyTorch Lightning | Cloud, Anaconda (Mac, Windows) |
| 1 - 10 | Torch | Cloud, Anaconda (Mac, Windows) |
| 1 - 10 | TensorBoard | Cloud, Anaconda (Mac, Windows) |
We also provide a PDF file that has color images of the screenshots/diagrams used in this book. [Click here to download it](https://static.packt-cdn.com/downloads/9781800561618_ColorImages.pdf).
### Related products
* Deep Learning with fastai Cookbook [[Packt]](https://www.packtpub.com/product/deep-learning-with-fastai-cookbook/9781800208100) [[Amazon]](https://www.amazon.com/dp/1800208103)
* Machine Learning Engineering with MLfl ow [[Packt]](https://www.packtpub.com/product/machine-learning-engineering-with-mlflow/9781800560796) [[Amazon]](https://www.amazon.com/dp/1800560796)
## Get to Know the Author
**Kunal Sawarkar**
is a Chief Data Scientist and AI thought leader. He leads the worldwide partner ecosystem in building innovative AI products. He also serves as an Advisory Board Member and an Angel Investor. He holds a master’s degree from Harvard University with major coursework in applied statistics. He has been applying machine learning to solve previously unsolved problems in industry and society, with a special focus on Deep Learning. Kunal has led various AI product R&D labs and has 20+ patents and papers published in this field. When not diving into data, he enjoys doing rock climbing and learning to fly aircraft while continuing his insatiable curiosity for astronomy and wildlife.
### Download a free PDF
If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.