Closed mpkuse closed 6 years ago
It's because of the last line. This code is quite old and relied on Theano 0.9 if I recall correctly. You can see that import theano failed here.
right! Is there anyway I can still run your code to see the results?
You'll have to install the old version of Theano. Please search for how to do that. It's not going to be straightforward, but it's possible. You'll need to create an environment specific to that, as it will also require old cudnn. Closing the issue as it is a environment setup issue.
Hi, I am able to compile all your source code.
However as I try to
run.sh
I get following error:Do you know how can I fix this and run your code?