-
Notifications
You must be signed in to change notification settings - Fork 195
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
Which library versions are used? #1
Comments
I solved that problem by installing lasagne like
Ubuntu 16.04 x64 |
I solved it by creating the file Some information about using Lasagne master should probably be added to the readme, and maybe something about theanorc too (not sure if that is obvious, have not used theano like this before). |
Hi guys, I'm using the dev versions of both libraries (so Theano 0.9.0dev2 and lasagne 0.2dev1), and I've got the standard theano flags set to floatX=float32 and time_once for all the DNN flags. I didn't anticipate getting people outside of a relatively small academic community looking at any of this, so I'll be sure to update the readme with something a bit more user-friendly soon. |
Thanks.
Well you did post it on reddit :) I'm just happy you published actual, running code together with your paper, which seems to happen far too seldom in my opinion. |
I got
when trying to run this with stable lasagne.
That appears to be fixed after running
But now I get
Can you elaborate which exact versions of the libraries you are using?
The text was updated successfully, but these errors were encountered: