Skip to content

ChipCoder/DeepLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title date tags
深度学习整理
2017.01.03
TensorFlow
DeepLearning

环境

Anaconda(包涵Ipython NoteBook,)

curl -O https://repo.continuum.io/archive/Anaconda2-4.2.0-Linux-x86_64.sh
sh Anaconda2-4.2.0-Linux-x86_64.sh

Ipython NoteBook

ipython notebook

python, centOS 7,MAC自带

sudo easy_install pip

TensorFlow

  • 安装
 pip install tensorflow
 pip install tensorflow-gpu
  • 使用Anaconda操作Tensorflow
# 创建名为tensflow的环境,python
conda create -n tensorflow python=2.7
# 激活
source activate tensorflow
# 执行文件
# 关闭
source deactivate
  • TensBoard可视化
    python tensorflow/tensorboard/tensorboard.py --logdir=path/to/log-directory

About

深度学习,学习中

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages