Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I use TensorFlow on Windows with AMD GPU?

I want to use TensorFlow on Windows (Win 10) with a AMD GPU.

If I google, there are a lot discussions and sources but I just couldn't figure out what's the best way to do this at the moment.

Could someone write a short installation instruction that he thinks is the best and most up-to-date way of doing so?

like image 838
Spenhouet Avatar asked Oct 29 '22 13:10

Spenhouet


1 Answers

Tensorflow officially only supports CUDA, which is a proprietary NVIDIA technology. There is one unofficial implementation using openCL here which could work, or you could try using Google colab

like image 142
João Areias Avatar answered Nov 15 '22 07:11

João Areias