Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

stuyai/FirstPytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytorch First Lesson

Getting Started

Type this into the command line:

git clone https://github.com/stuyai/FirstPytorch.git
cd FirstPytorch
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Resources

  • More information on Batch Normalization (here)

  • How do neural networks work (here)

  • Pytorch in 100 seconds (here)

Here's the link to the original dataset BTW

Releases

No releases published

Packages

No packages published