TX2 八:pytorch安装
注意到TX2的处理器是arm架构的,用conda和pip直接安装是不行的,这个我花了好久时间,之前一直尝试conda和pip总是各种报错,显示不支持platform
- 方法一:源码编译安装,这个方法尝试了很久,编译的时候还是报错
参考博文:https://blog.csdn.net/qq_21368481/article/details/86164333
git clone --recursive https://github.com/pytorch/pytorch
打开这个网站你可以获得更多的信息,比如安装torch的一些依赖库
pytorch/requirements.txt
future
numpy
pyyaml
requests
setuptools
six
typing_extensions
dataclasses
安装包失败
pip3 install imageio -i http://douban.com/simple --trusted-host pypi.douban.com --user
python3 -m pip install imageio -i http://douban.com/simple --trusted-host pypi.douban.com –user
- 方法二:我尝试成功的方法,虽然期间也遇到很多bug
下载arm架构的torch的地址()注意GCC与torch的版本对应
https://forums.developer.nvidia.com/t/pytorch-for-jetson-version-1-6-0-now-available/72048
https://forums.developer.nvidia.com/t/pytorch-for-jetson-version-1-6-0-now-available/72048
一些安装(其他包)的说明
Segmentation fault,这个错误的原因是torch的版本选择错误,所以我又把torch卸载,然后选择了Pytorch v1.4.0,之后就没有出现这种错误了
可以参考博文:http://www.10qianwan.com/articledetail/635508.html
https://github.com/andrewadare/jetson-tx2-pytorch
sudo apt-get install python3-scipy
sudo apt-get install python3-matplotlib
pip3 install xx.whl
JX2 32G固态硬盘存储,8G内存,其中,Jetson 的CPU和GPU共享主存(8G)
Tegrastats
GR3D表示GPU
TX2查看一些信息cpu GPU等
https://blog.csdn.net/weixin_42708378/article/details/96977948
注意matplotlib和numpy的对应关系
作者Douzaikongcheng
本人博客
http://blog.csdn.net/Douzaikongcheng
qq 973912428
转载说明:请注明来源,附带本人博客链接,谢谢配合。