I'm just running the Alea TK samples. As long as I don't activate cuDNN things work will except for the CNN, since it uses Pooling2D which relies on cuDNN.
If I now activate cuDNN (via app.config) I get this error [cuDNN Error] ARCH_MISMATCH
as soon as I call Context.GpuContext(0)
.
If I run Context.GpuContext(0) without cuDNN I can clearly see, it's my 'GT 730' which should have compute 3.0 capabilities.
Any idea, what's going wrong here?