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

Dependency Version Requirements? #23

Open
CJMenart opened this issue Jul 28, 2017 · 1 comment
Open

Dependency Version Requirements? #23

CJMenart opened this issue Jul 28, 2017 · 1 comment

Comments

@CJMenart
Copy link

CJMenart commented Jul 28, 2017

Hello!

I know your code is still somewhat in change, but would it be possible for you to list the version numbers of Theano and Lasagna you're using in the readme? I had to bounce around a bit. It appears that the code requires Lasagna 0.2, and Theano 0.9, but you're using their 'old' gpu backend?

Also, is there any way to run the code without cuDNN? If not, it's fine; I should really break down and buy a better GPU, but I thought I'd ask :)

@TobyPDE
Copy link
Owner

TobyPDE commented Aug 2, 2017

Hey,

Yes, you need lasange 0.2 and theano 0.9. I will add version checks to the dependency checker.

The code works with the new and the old GPU backend. I tested this before uploading the refactor.

Unfortunately, the current implementation relies on cuDNN for the spatial log softmax implementation. You could replace the operation by a theano graph that reshapes the tensor to apply the built in softmax op. However, I'd suspect that this would have a negative impact on the performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants