├── .gitignore ├── README.md ├── Tiny_ImageNet_Classification.ipynb └── references ├── CS231N Project Report - Tiny Imagenet Challenge (Stanford University).pdf └── DenseNet Models for Tiny ImageNet Classification (arXiv - Jun 2020).pdf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethleungty/PyTorch-Ignite-Tiny-ImageNet-Classification/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethleungty/PyTorch-Ignite-Tiny-ImageNet-Classification/HEAD/README.md -------------------------------------------------------------------------------- /Tiny_ImageNet_Classification.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethleungty/PyTorch-Ignite-Tiny-ImageNet-Classification/HEAD/Tiny_ImageNet_Classification.ipynb -------------------------------------------------------------------------------- /references/CS231N Project Report - Tiny Imagenet Challenge (Stanford University).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethleungty/PyTorch-Ignite-Tiny-ImageNet-Classification/HEAD/references/CS231N Project Report - Tiny Imagenet Challenge (Stanford University).pdf -------------------------------------------------------------------------------- /references/DenseNet Models for Tiny ImageNet Classification (arXiv - Jun 2020).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethleungty/PyTorch-Ignite-Tiny-ImageNet-Classification/HEAD/references/DenseNet Models for Tiny ImageNet Classification (arXiv - Jun 2020).pdf --------------------------------------------------------------------------------