pythonuser200 / LLNet

A low light image enhancement with deep learning
85 stars 34 forks source link

You are importing theano.sandbox.cuda. This is the old GPU back-end and #3

Open aminullah6264 opened 6 years ago

aminullah6264 commented 6 years ago

Dear When I run the GUI and load your model I get this error and the program stop working.

unittest.case.SkipTest: You are importing theano.sandbox.cuda. This is the old GPU back-end and is removed from Theano. Use Theano 0.9 to use it. Even better, transition to the new GPU back-end! See https://github.com/Theano/Theano/wiki/Converting-to-the-new-gpu-back-end%28gpuarray%29.

here is what I have done so far

image

pythonuser200 commented 6 years ago

Hi,

I would suggest you create an environment that has older Theano (v. 0.9 or less) so that you can run the code on your machine. The code might no longer be supported by the current Theane2o model which should be problem from the Theano developers. I can try to find some time to make sure that it works with the new Theano (v.0.11), but for now just create an environment for your Theano 0.8/0.9, which works.

Best,

On Thu, Jun 21, 2018 at 9:37 PM, Amin Ullah notifications@github.com wrote:

Dear When I run the GUI and load your model I get this error and the program stop working.

unittest.case.SkipTest: You are importing theano.sandbox.cuda. This is the old GPU back-end and is removed from Theano. Use Theano 0.9 to use it. Even better, transition to the new GPU back-end! See https://github.com/Theano/ Theano/wiki/Converting-to-the-new-gpu-back-end%28gpuarray%29.

here is what I have done so far

[image: image] https://user-images.githubusercontent.com/15268491/41755117-991b60fc-7610-11e8-8f41-b30425e27d24.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pythonuser200/LLNet/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AZwvP19VqTfnOZ8g-0bUeYpepukNPcq1ks5t_FhfgaJpZM4UzDko .

-- Adedotun Akintayo, Graduate Student, ME