TX2入门教程软件篇-安装fast.ai(jetpack3.3)
TX2入门教程软件篇-安装fast.ai(jetpack3.3)
说明:
- 介绍在tx2下安装fast.ai框架
- 环境:jetpack33
- 需要python3.6
- 需要pytroch v1
步骤:
- 下载脚本:
- 需要翻墙
wget
https://gist.github.com/interogativ/4f5669dad3f9252a5709dc6844e12a29/archive/50845f5e9e8994eec78a4b27c6f23e4822ba00d7.zip
- 重名目录为fastai_jetson
- 解压文件,并分配权限
cd fastai_jetson
chmod +x fastai_jetson.sh
chmod +x jetson_headless.sh
chmod +x setup_swapfile.sh
chmod +x setup_jupyter.sh
- 增加swap空间
./setup_swapfile.sh
- 安装pytorch和fastai
./fastai_jetson.sh
- 此步骤安装比较苦难,如果遇到网络问题,会经常死掉或安装不完整,可以单独脚本一个个安装确保正常
- 编译pytorch v1.1.0版本,默认脚本下载的默认是基于GPU10.0,需要编译GPU9.0, 参考编译流程
- 安装jupyter
./setup_jupyter.sh
- 如果想节省一些空间可以执行
./jetson_headless.sh
测试:
- 进入fastai的目录
- 运行jupyter notebook
jupyter-notebook
- 或jupyter Lab
jupyter-lab
- 打开examples/tabular.ipynb,再运行它
参考:
- https://forums.fast.ai/t/share-your-work-here/27676/1274
获取最新文章: 扫一扫右上角的二维码加入“创客智造”公众号