Using Keras & Tensorflow with AMD GPU

后端 未结 8 1722
不思量自难忘°
不思量自难忘° 2020-12-07 08:22

I\'m starting to learn Keras, which I believe is a layer on top of Tensorflow and Theano. However, I only have access to AMD GPUs such as the AMD R9 280X.

How can I

8条回答
  •  被撕碎了的回忆
    2020-12-07 08:53

    Technically you can if you use something like OpenCL, but Nvidia's CUDA is much better and OpenCL requires other steps that may or may not work. I would recommend if you have an AMD gpu, use something like Google Colab where they provide a free Nvidia GPU you can use when coding.

提交回复
热议问题