joe smith
joe smith

Reputation: 57

GPU Compatibility for Theano [NVidia GeForce 8800GT]

I am currently working on an ML project on my personal computer that has an AMD graphics card. I have an old NVidia 8800GT card that I could plug in for CUDA accelerated convolution, but I haven't found if it is compatible with Theano. Googling has surprisingly been unsuccessful.

I know the 8800GT supports CUDA and I've done some CUDA work with it in the past, but is compatible with Theano? (or TensorFlow?)

Best, Joe

Upvotes: 1

Views: 591

Answers (1)

abergeron
abergeron

Reputation: 231

Theano has no specific requirements for cards other than "it works with cuda".

If you want to use the cuDNN layers or other specilized things, then you might need a more recent card and the requirements for those is specified in the documentation for those libraries.

Upvotes: 1

Related Questions