Skip to content

stuyai/FirstPytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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