lovedrinking
lovedrinking

Reputation: 205

"Tensorflow GPU" version and MX150 2GB GPU

I am considering to buy a laptop to run "Tensorflow GPU" version. The MX150 2GB is not listed under the list of GPU compatible with CUDA. Does that mean it cannot run the "Tensorflow GPU" version but only the standard Tensorflow version?

Upvotes: 1

Views: 9562

Answers (2)

user3161524
user3161524

Reputation: 1

Here is your answer : The CUDA version your should use, and example code with a comparision graph : https://vjethava.blogspot.com/2017/11/tensorflow-on-mx150.html

Upvotes: 0

Jialer Chew
Jialer Chew

Reputation: 369

Yes it can. I am currently using MX150 on my laptop with ubuntu 18.04 and I have successfully installed tensorflow gpu on it. According to MX150 on the product site it says that it is CUDA compatible. Remember to check the CUDA version you should install depending on the version of tensorflow-gpu you will be using. Good luck!

Upvotes: 6

Related Questions