问题
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
- colab - https://colab.research.google.com/
- kaggle - https://www.kaggle.com/
- 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