This repo contains notebooks with outlines of concepts and approaches used to build Deep Learning models using PyTorch. (Ideal for Revision purposes)
Each notebook explores different concepts along with suitable examples.
Required libraries are mentioned in requirements.txt.
Note - Only use requirements.txt if
CUDA version 12.1
is available.
To install pytorch cpu
version or any other CUDA version
, perform the following steps -
- Remove the following libraries from requriements.txt before running
pip install -r requirements.txt
-torch
torchaudio
torchvision
- Head to pytoch.org and select your system specifications.
- Copy and run the generated command to install PyTorch.
Credit - DataCamp