tensorflow 学习1 环境搭建

Posted 星空守望者--jkmiao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tensorflow 学习1 环境搭建相关的知识,希望对你有一定的参考价值。

1. 下载Anaconda(首选官网,但很慢)


2. 配置一些源,否则太慢。

 ===  已经成功,运行 conda install numpy 测试一下吧。

不过,建议搭建虚拟环境,也很方便。

创建虚拟环境 conda create -n ‘环境名xxx‘ python=‘版本号‘

conda config --add channels ‘https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/‘
conda config --set show_channel_urls yes

conda create -n python27 python=2.7.11

3. 激活下载各种库

source activate python27

pip install numpy; pip install pandas; pip install tensorflow;
pip install jupyter;

4. 使用

source activate python27
jupyter notebook

 

以上是关于tensorflow 学习1 环境搭建的主要内容,如果未能解决你的问题,请参考以下文章

OpenCV & Tensorflow学习 -------------------》环境搭建

win7纯净环境下搭建深度学习环境:Python+TensorFlow+jupyter

深度学习环境搭建:Tensorflow1.4.0+Ubuntu16.04+Python3.5+Cuda8.0+Cudnn6.0

深度学习环境TensorFlow+Keras搭建

[人工智能-深度学习-2]:单机学习平台的搭建,详细安装过程(Tensorflow,PyTorch)

深度学习(TensorFlow)环境搭建:Ubuntu16.04+CUDA8.0+cuDNN7+Anaconda4.4+Python3.6+TensorFlow1.3