Skip to content

This is an implementation of Google Street View House Numbers (SVHN) classifier using Pytorch 1.0 and Python 3

Notifications You must be signed in to change notification settings

Alikerin/Pytorch-1.0-Implementation-of-Google-Street-View-House-Numbers-SVHN-classifier

Repository files navigation

Pytorch-1.0-Implementation-of-Google-Street-View-House-Numbers-SVHN-classifier

This is an implementation of Google Street View House Numbers (SVHN) classifier using Pytorch 1.0 and Python 3. Some snippets of code were borrowed from the following repositories:

Step 1

Go through /data/preprocessing.ipynb to download and convert the digitStruct.mat file in each dataset to a CSV file

Step 2

Go through /src/training.ipynb to train the SVHN classifier

Step 2

Go through /src/inference.ipynb to make inference with the saved model checkpoint

Prediction Results

Screenshot Screenshot Screenshot Screenshot

About

This is an implementation of Google Street View House Numbers (SVHN) classifier using Pytorch 1.0 and Python 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published