Pytorch 学习笔记(附带详细安装教程)
【摘要】
本文将在一个全新干净的 ubuntu16.04 机器上进行pytorch学习,包括环境搭建的全过程。
一、环境搭建
1.1、Miniconda 安装
wget https://repo.anacon...
本文将在一个全新干净的 ubuntu16.04 机器上进行pytorch学习,包括环境搭建的全过程。
一、环境搭建
1.1、Miniconda 安装
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
- 1
1.2、安装编译程序软件包
sudo apt-get install build-essential
- 1
1.3、安装需要的包
注:更了更好的学习效果,一般是在jupyter中交互式运行学习。另外,为了直接能够在jupyter中打开markdown文件,建议安装jupytext,将markdown转换成ipynb文件。
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -U jupyter d2l jupytext torch torchvision torchtext torchkeras
- 1
1.4、下载代码并运行
下载《动手学深度学习v2》源码
wget https://zh-v2.d2l.ai/d2l-zh.zip
unzip d2l-zh.zip
- 1
- 2
下载《eat_pytorch_in_20_days》源码
git clone https://gitee.com/Python_Ai_Road/eat_pytorch_in_20_days
- 1
- 2
运行jupyter
jupyter notebook
- 1
参考
文章来源: recclay.blog.csdn.net,作者:ReCclay,版权归原作者所有,如需转载,请联系作者。
原文链接:recclay.blog.csdn.net/article/details/113764161
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)