I'm trying to get an example project working on a system where no GPU support is (and can be) installed.
I also included the " flip_filters=False" to the constructors of the ConvLayer.
However I still get the issue that a GPU is required:
I am running:
Ubuntu 16.04,
Python 2.7.12
Theano 1.0.4+unknown
Lasagne 0.2.dev1
Is there any possible workaround to get this running on CPU instead of GPU?