Skip to content

gerberla/statquest-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch Learning

A simple project that is based off StatQuest's PyTorch Tutorial

requirements

python 3.11.4

Install

For PyTorch, recommend visiting https://pytorch.org/ and installed for your distro.

Windows

Setup Virtual Environment

python -m venv venv
.\venv\Scripts\Activate.ps1

Install Pytorch

pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117

Install Requirements

pip install -r .\requirements.txt

Run

python main.py

About

Pytorch Tutorial via StatQuest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages