/MULTIDIGIT-SVHN

Multi-digit implementation of SVHN dataset using pytorch

Primary LanguageJupyter Notebook

MULTIDIGIT-SVHN

Multi-digit implementation of SVHN dataset using pytorch

Download the dataset from:

Extract each of these files into:

/data/SVHN/train
/data/SVHN/test
/data/SVHN/extra

Run the notebook

Libraries used

  • torch (1.2.0)
  • PIL (6.1.0)
  • numpy (1.18.0)
  • h5py (2.10.0)
  • skimage (0.16.2)
  • torchvision (0.4.0)
  • matplotlib (3.1.3)