I have a NVIDIA Quadro 2000 graphic card, and I want to install TensorFlow. Will it work?

耗尽温柔 提交于 2020-02-16 10:36:41

问题


I know Quadro 2000 is CUDA 2.1. My PC specs as follows:

  • Quadro 2000 with 16GB RAM.
  • Xeon(R) CPU W3520 @2.67GHz 2.66GHz
  • Windows 10Pro.

I want to use Tenserflow for Machine Learning, and Deep Learning.

Let me know a little in-depth, as I am a beginner.


回答1:


Your system is eligible to use TensorFlow but not with GPU because that requires GPU a having compute capability more than 3.0, and your GPU is only a compute capability 2.1 device.

You can read more about it here.

If you want to use GPU for training you can use some free resource available on the internet

  1. colab - https://colab.research.google.com/
  2. kaggle - https://www.kaggle.com/
  3. google GCP - https://cloud.google.com/ - get free 300$ resource for 1 year validity


来源:https://stackoverflow.com/questions/60108403/i-have-a-nvidia-quadro-2000-graphic-card-and-i-want-to-install-tensorflow-will

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!