model-zoo
model-zoo copied to clipboard
Add AlexNet on CIFAR10
Hello everyone!
I recently completed to work on a tutorial regarding the implementation of AlexNet on Cifar10.
There is a minor difference with the "real" implementation due to the dimension of the images. You can have a look here: https://github.com/FluxML/model-zoo/issues/334
Unfortunately I have no GPU on my laptop therefore I couldn't test the CUDA version. For that reason I avoided to propose also its code without a confirmation that it works.
this PR seems good, but do we need it? We already have an example with vgg on cifar10 and we don't want all combinations of models and datasets