References

Dive Into Deep Learning

Create Environment

use conda or miniconda

1
2
3
conda env remove d2l-zh
conda create -n d2l-zh -y python=3.8 pip
conda activate d2l-zh

install dependencies

1
pip install jupyter d2l torch torchvision

download d2l-zh.zip

1
2
3
wget http://zh-v2.d2l.ai/d2l-zh.zip
unzip d2l-zh.zip
jupyter notebook