-2

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?

MyDevidce

4

1 回答 1

1

GT-730 有两个不同的版本,它们的 CC 不同:

GeForce GT 730:3.5

GeForce GT 730 DDR3,128 位:2.1

来源:CUDA GPUs,选择“CUDA-Enabled GeForce Products”类别。

如 talonmies 所说,如果您拥有 DDR3 和 128 位版本,那么您的 CC 不足以实现您想要实现的目标。

您可以更改您的要求(使用其他软件,编写您自己的软件......)或更改您的 GeForce 显卡。

于 2017-01-12T08:28:14.260 回答