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?
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?