Implementation of SOTA model for CIFAR-10 dataset.
This paragraphs should include information on a dataset.
Linked to trained models.
python main.py --
python main.py
Why you did it & future work
Important git commands:
- If you do not have the repo in your local PC. First clone the repo using
$ git clone
- Make the changes as you need and push it to the github. $ git add . $ git commit -m "" $ git push origin