tensorflow2.2.0安装清华镜像
时间: 2023-12-19 08:31:50 浏览: 221
tensorflow-2.2.0-cp38-cp38-manylinux2010-x86-64.whl.zip
以下是使用清华镜像安装tensorflow 2.2.0的两种方法:
1. 安装CPU版本的tensorflow 2.2.0:
```shell
pip install tensorflow==2.2.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
```
2. 安装GPU版本的tensorflow 2.2.0:
```shell
pip install tensorflow-gpu==2.2.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
```
阅读全文