Advertisement

Windows 10 Linux subsystem中集成TensorFlow框架

阅读量:

本文档旨在详细说明在Windows 10操作系统自带的Linux子系统环境下,完成Anaconda【参考 linux下安装Anaconda】的安装步骤,同时涵盖OpenCV 3的部署与TensorFlow环境的配置流程。

(1)安装Anaconda

可通过清华大学Anaconda镜像站获取Ananconda-Anaconda3-5.0.1-Linux-x86_64.sh的最新版本软件包。

其中3-5.0.1所标识的版本号表明其对应的Python版本为3.6。

(2)安装opencv

由于网络因素的影响,官方仓库可能持续存在访问问题,因此此处将补充若干镜像仓库以供使用:

复制代码
    conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
    
    conda config --add channels https://mirro

全部评论 (0)

还没有任何评论哟~