adri-romsor / FitNets

FitNets: Hints for Thin Deep Nets
204 stars 45 forks source link

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

Open pasxalinamed opened 6 years ago

pasxalinamed commented 6 years ago

When running fitnets_training.py it show an error at line

from pylearn2 import train

"You are importing theano.sandbox.cuda. This is the old GPU back-end and " 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

How can this be solved if I choose not to install Theano 0.9?

sxmxr commented 4 years ago

Hey, Have you gon a solution of the above issue? Please let me know you got it. It's urgent. Thanks.