python3.7对应的tensorflow-gpu版本
时间: 2023-09-03 08:16:32 浏览: 276
对应Python 3.7的tensorflow-gpu版本是 tensorflow-gpu 1.15.0。您可以使用以下命令安装:
```
pip install tensorflow-gpu==1.15.0
```
请注意,使用tensorflow-gpu需要您的计算机具有兼容的GPU。
相关问题
python对应tensorflow-gpu版本
以下是Python版本与对应的TensorFlow-GPU版本对照表:
| Python 版本 | TensorFlow-GPU 版本 |
| --- | --- |
| Python 3.6 | TensorFlow-GPU 1.13, TensorFlow-GPU 1.14 |
| Python 3.7 | TensorFlow-GPU 1.13, TensorFlow-GPU 1.14, TensorFlow-GPU 2.0 |
| Python 3.8 | TensorFlow-GPU 2.1, TensorFlow-GPU 2.2 |
需要注意的是,TensorFlow-GPU的版本号与Python版本号不一定完全匹配,因此在选择安装版本时,需要查看官方文档或者GitHub页面上的具体说明。
python对应的tensorflow-gpu版本
Python对应的TensorFlow-GPU版本可以查看TensorFlow官方文档,具体如下:
| TensorFlow 版本 | Python 版本 | CUDA 版本 | cuDNN 版本 |
| --------------- | ----------- | --------- | ---------- |
| 2.6 | 3.7-3.10 | 11.2 | 8 |
| 2.5 | 3.6-3.9 | 11.0 | 8 |
| 2.4 | 3.5-3.8 | 11.0 | 8 |
| 2.3 | 3.5-3.8 | 10.1 | 7.6 |
| 2.2 | 3.5-3.8 | 10.1 | 7.6 |
| 2.1 | 3.5-3.7 | 10.0 | 7.4 |
| 2.0 | 3.5-3.7 | 10.0 | 7.4 |
其中,CUDA和cuDNN版本要与安装在计算机上的版本匹配,才能正常使用TensorFlow-GPU。
阅读全文