其它环节与通过Anaconda环境配置方式一样,就是在安装TensorFlow时不直接使用pip install --upgrade --ignore-installed tensorflow-gpu命令,而是根据需求选择TensorFlow版本安装。

1.执行命令anaconda search -t conda tensorflow,会显示出目前可供选择的tensorflow版本,按平台选择版本

这里写图片描述

2.执行命令anaconda show conda-forge/tensorflow获取对应版本的安装命令conda-forge/tensorflow为选择的版本名称

这里写图片描述

3.执行上图得到的安装命令conda install --channel http://conda.anaconda.org/conda-forge tensorflow,安装开始

GitHub 加速计划 / te / tensorflow
25
4
下载
一个面向所有人的开源机器学习框架
最近提交(Master分支:2 个月前 )
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 2 个月前
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 2 个月前
Logo

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

更多推荐