李沐学习安装d2l、gpu-pytorch
前提:已经在base中安装jupyter notebook
0.创建d2l环境
conda create -n d2l python=3.9
conda activate d2l
1.d2l安装
在d2l环境中进行
pip install d2l==0.17.6
2.安装gpu-pytorch
在d2l环境中进行
https://blog.csdn.net/qq_52384627/article/details/143485391?spm=1001.2014.3001.5502
pip install torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116
3.添加d2l内核
在d2l环境中进行
https://blog.csdn.net/qq_52384627/article/details/143665300?spm=1001.2014.3001.5502
4.如何启动jupyter notebook?
是否在d2l中执行pip install jupyter不清楚。
cd 到自己想直接打开的目录,然后jupyter notebook。