-
-
Couldn't load subscription status.
- Fork 332
Add AlexNet on CIFAR10 #335
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! A quick first review pass:
Co-authored-by: Brian Chen <[email protected]>
Co-authored-by: Brian Chen <[email protected]>
Co-authored-by: Brian Chen <[email protected]>
|
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 |
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: #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.