-
Notifications
You must be signed in to change notification settings - Fork 417
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
vgg without gpu #55
Comments
Yes, change |
Thanks! |
Wait a second @f0k. Argument |
You will need to update to the bleeding-edge version of Lasagne for this: http://lasagne.readthedocs.org/en/latest/user/installation.html#bleeding-edge-version |
Ok, that worked, thanks again. Do you think a 'cpu' argument could be included in lasagne recipes ? |
We could simply change the file as I suggested to you, it will still use cuDNN when it's available. However, examples would stop working for Lasagne 0.1, so we should wait until we managed to release 0.2. |
All networks in the zoo use DNN. Is there a way to use a pretrained model if I don't have GPU installed ?
The text was updated successfully, but these errors were encountered: