Ubuntu远程ssh登陆
sudo apt-get install openssh-server修改pip国内源
mkdir ~/.pipvim pip.conf
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host=mirrors.aliyun.com
安装anaconda
wget https://repo.continuum.io/archive/Anaconda3-5.1.0-Linux-x86_64.shbash ~/anaconda3/Anaconda3-5.1.0-Linux-x86_64.sh
重启Linux
sudo rebootconda修改国内源
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --set show_channel_urls yes
jupyter远程登陆设置
jupyter notebook --generate-configjupyter-notebook password
vim ~/.jupyter/jupyter_notebook_config.py
c.NotebookApp.ip='*'
安装tensorflow
conda create --name tensorflow python=3.5 jupytersource activate tensorflow
pip install --ignore-installed --upgrade https://storag

本文介绍了如何在Ubuntu 16.04上搭建深度学习环境,包括通过SSH远程登录、修改pip源、安装anaconda、conda设置国内源、配置jupyter远程访问,以及依次安装tensorflow、keras和pytorch。
最低0.47元/天 解锁文章
1001

被折叠的 条评论
为什么被折叠?



