google / objax

Apache License 2.0
769 stars 77 forks source link

Add CIFAR10 Colab tutorial #108

Closed AlexeyKurakin closed 4 years ago

review-notebook-app[bot] commented 4 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

AlexeyKurakin commented 4 years ago

Initially I indeed based this colab on cifar10_simple, however I wanted to make it more in-line with WideResnet paper and increase accuracy compared to cifar10_simple.

I added explanation of differences between cifar10_simple and this colab.

I had impression that cifar10_simple was intentionally kept over-simplified. This colab adds few features which let it achieve higher accuracy (>=93%).

AlexeyKurakin commented 4 years ago

If you think it's better to keep these two examples as similar as possible then I think I would probably prefer to update cifar10_simple.py example to match this colab