本文介绍了我有一个NVIDIA Quadro 2000图形卡,并且我想安装TensorFlow.能行吗的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道Quadro 2000是CUDA 2.1.我的电脑规格如下:

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

  • 具有16GB RAM的Quadro 2000.
  • Xeon(R)CPU W3520 @ 2.67GHz 2.66GHz
  • Windows 10专业版.

我想使用 Tenserflow 进行机器学习和深度学习.

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

作为我的初学者,让我深入了解一下.

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

推荐答案

您的系统有资格使用TensorFlow,但不能与GPU一起使用,因为这要求GPU的计算能力超过3.0,并且您的GPU仅是计算能力2.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.

如果您想使用GPU进行培训,则可以使用互联网上的一些免费资源

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/-免费获得300 $资源一年有效期
  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

这篇关于我有一个NVIDIA Quadro 2000图形卡,并且我想安装TensorFlow.能行吗的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-23 22:04