Skip to content

argishh/DL-with-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning with PyTorch

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 -

  1. Remove the following libraries from requriements.txt before running pip install -r requirements.txt -
    • torch
    • torchaudio
    • torchvision
  2. Head to pytoch.org and select your system specifications.
  3. Copy and run the generated command to install PyTorch.

Credit - DataCamp

About

This repo explains concepts and approaches used to build Deep Learning models using PyTorch.

Topics

Resources

Stars

Watchers

Forks