mac使用GPU的一些问题
- 安装conda
- 下载环境
conda install -c apple tensorflow-deps
- 安装tensorflow-gpu版本
pip install tensorflow-macos
pip install tensorflow-metal
备注
注意,一定要严格符合下表格版本,否则会出问题。
tensorflow-macos | tensorflow-metal | macOS version |
---|---|---|
v2.5 | 0.1.2 | 12.0+ |
v2.6 | 0.2.0 | 12.0+ |
v2.7 | 0.3.0 | 12.0+ |
v2.8 | 0.4.0 | 12.0+ |
v2.9 | 0.5.0 | 12.1+ |