动手学深度学习 #
安装环境 #
# 安装 conda
wget -c --no-check-certificate https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
conda create --name d2l python=3.9 -y
conda activate d2l
pip install torch==1.12.0
pip install torchvision==0.13.0
pip install d2l==0.17.6
mkdir code/d2l && cd d2l
wget -c vultr.kingye.me/d2l-zh.zip
unzip d2l-zh.zip && rm d2l-zh.zip
cd pytorch
jupyter notebook --ip=0.0.0.0 --port=8215
叶王 © 2013-2024 版权所有。如果本文档对你有所帮助,可以请作者喝饮料。