1

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

joe smith
  • 57
  • 6

1 Answers1

1

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.

abergeron
  • 231
  • 2
  • 6