When I try to do:from lasagne.layers.corrmm import Conv2DMMLayer as ConvLayerit returnsRequires a GPU to work:( as corrmm.py doesn't have a mode for CPUs)
Although my theano (config.device) recognizes that I have a CPU.
That worked, thanks but now I get a memory error when I try to build the VGG 19 convnet as I import the 7th fully connected layer with 4096 units.
I'll post the details in a few hours.