Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AlexNet on CIFAR10 #335

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ We welcome contributions of new models. They should be in a folder with a projec
* [Variational Auto-Encoder](vision/vae_mnist)
* [Deep Convolutional Generative Adversarial Networks](vision/dcgan_mnist)
* [Conditional Deep Convolutional Generative Adversarial Networks](vision/cdcgan_mnist)
* [VGG 16/19 on CIFAR10](vision/vgg_cifar10)
* CIFAR10
* [VGG 16/19](vision/vgg_cifar10)
* [AlexNet](vision/alexnet_cifar10)
* Text
* [CharRNN](text/char-rnn)
* [Character-level language detection](text/lang-detection)
Expand Down
Loading