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
18
4
下载
一个面向所有人的开源机器学习框架
最近提交(Master分支:12 天前 )
4f64a3d5 Instead, check for this case in `ResolveUsers` and `ResolveOperand`, by querying whether the `fused_expression_root` is part of the `HloFusionAdaptor`. This prevents us from stepping into nested fusions. PiperOrigin-RevId: 724311958 12 天前
aa7e952e Fix a bug in handling negative strides, and add a test case that exposes it. We can have negative strides that are not just -1, e.g. with a combining reshape. PiperOrigin-RevId: 724293790 12 天前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐