tensorflow学习(1):安装cuda版本的tensorflow并查看版本
tensorflow
一个面向所有人的开源机器学习框架
项目地址:https://gitcode.com/gh_mirrors/te/tensorflow
免费下载资源
·
1,安装
tensorflow应该是最好安装的深度学习库了吧。
首先,安装好python(或者anaconda)
然后,再安装CUDA,详见本人博客:点击查看博客
最后,安装tensorflow(pip命令对于python和anaconda都适用):
$ pip install --upgrade tensorflow-gpu
2,安装后查看版本:python -c "import tensorflow;print(tensorflow.__version__)"
GitHub 加速计划 / te / tensorflow
184.55 K
74.12 K
下载
一个面向所有人的开源机器学习框架
最近提交(Master分支:2 个月前 )
a49e66f2
PiperOrigin-RevId: 663726708
2 个月前
91dac11a
This test overrides disabled_backends, dropping the default
value in the process.
PiperOrigin-RevId: 663711155
2 个月前
更多推荐
已为社区贡献5条内容
所有评论(0)