欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

【tensorflow】安装tensorflow

程序员文章站 2022-07-06 21:48:22
...

安装TensorFlow

有Cuda

检查可安装的tensorflow-gpu版本范围:
【tensorflow】安装tensorflow
安装:

pip install tensorflow-gpu

无Cuda

检查可安装的tensorflow版本范围:
【tensorflow】安装tensorflow
安装:

pip install tensorflow