Skip to content

griffinfarrow/mnist_torch_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mnist_torch_practice

This is a notebook for getting to learn Pytorch by building a play CNN and using it on the MNIST dataset

Steps of the process

  1. Load dataset and labels
  2. Either use a standard dataset or write a custom dataset class
  3. Define dataloaders
  4. Build model and specify how you can build the forward pass
  5. Define training and evaluation loops

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published