When running the MNIST example (CSV Version) with the manual input
shape setting for "Convolutional Flattened"
When
running with the CPU backend, my machine simply runs out of memory and
starts swapping (JVM memory is restricted to 10,000 MB and backend
memory to 10G).
I guess that something is very wrong with the FeedForwardToCnnPreProcessor.