Skip to content

mashrurmorshed/MicroNet-CIFAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MicroNet-CIFAR

My submission for the MicroNet Challenge, on the CIFAR-100 classification task. I used PyTorch for my implementation, and did most of the training on Kaggle and Google Colab.

My model is a sparse, weight pruned Googlenet, trained and iteratively pruned over 200 epochs. The details of the training settings are specified in both the notebook and the submission writeup.

The submitted checkpoint(sparsegnetv5_200ep.pth) has a top-1 accuracy of 80.18%, and has 1.845M params and 1.627B mult-adds, which results in a score of 0.2057 (Compared against 36.5M params and 10.49B mult-adds).

About

Submission for the MicroNet Challenge, NeurIPS 2019.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published