admin管理员组

文章数量:1665521

创建一个新的Ubuntu系统

# 打开终端
sudo apt update //更新apt
sudo apt install build-enssential //提供编译程序必要的软件包列表
sudo apt install python3.8 //安装python3.8,选项全yes
wegt miniconda相应版本的下载地址

# 安装完成后最后一行显示Miniconda3。。。。Linux-x86_64.sh saved
bash Miniconda3。。。。Linux-x86_64.sh //。。。因安装而异
//回车 q yes 回车 yes
bash
pip install jupyter d2l
pip install torch torchvision -i https://pypi.tuna.tsinghua.edu/simple//国外资源太慢换清华镜像
# 进入zh-v2.d2l.ai 复制jupyter记事本的链接
wget 链接
sudo apt install zip //安装zip
unzip d2l-zh.zip //解压
sudo apt install git // 安装git
git clone https://github/d2l-ai/d2l-zh-pytorch-slides // 幻灯片
jupyter notebook 

本文标签: 系统Linuxd2l