References

Dive Into Deep Learning

Create Environment

use conda or miniconda

1
2
3
conda env remove d2l
conda create --name d2l python=3.9 -y pip
conda activate d2l

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