当前位置:网站首页>Install tensorflow2.1 and pytorch1.4 on Jetson nano
Install tensorflow2.1 and pytorch1.4 on Jetson nano
2022-07-28 18:00:00 【Handsome shiny】
Based on the latest JetPack 4.3 Mirror image .
Please refer to the boot configuration Blog
First step : in pip Source
1. Root creation .pip file :mkdir ~/.pip
2. create a file pip.conf:vim .pip/pip.conf
3. Click on “i” key , Enter edit mode , Copy information :
sudo mkdir ~/.pip
cd ~/.pip
sudo touch pip.conf
sudo nano ~/.pip/pip.conf
# Write the following configurations
[global]
index-url = http://pypi.douban.com/simple
[install]
trusted-host=pypi.douban.com
The second step : Installation dependent
sudo apt-get install libhdf5-serial-dev hdf5-tools libhdf5-dev zlib1g-dev zip libjpeg8-dev
sudo apt-get install python3-pip
sudo pip3 install -U pip
sudo pip3 install -U numpy grpcio absl-py py-cpuinfo psutil portpicker six mock requests gast h5py astor termcolor protobuf keras-applications keras-preprocessing wrapt google-pasta
The third step : install tensorflow2.1:
$ sudo pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v43 tensorflow==2.1.0+nv20.3
Among them, installation 2.1 Version will appear scipy 1.4.1 There is a problem with the compilation, which makes it impossible to install ,
But this scipy1.4.1 I've compiled .
link :https://pan.baidu.com/s/1VdsNq-ETnIlN5mG8rJXDKw
Extraction code :6cnb
It is recommended to install first scipy 1.4.1 Then install tensorflow2.1 So that we don't make a mistake
Step four : Install one by the way keras:
sudo pip3 install keras
Step five : install pytorch1.4:
wget https://nvidia.box.com/shared/static/ncgzus5o23uck9i5oth2n8n06k340l6k.whl -O torch-1.4.0-cp36-cp36m-linux_aarch64.whl
sudo apt-get install python3-pip libopenblas-base
sudo pip3 install Cython
sudo pip3 install numpy torch-1.4.0-cp36-cp36m-linux_aarch64.whl
边栏推荐
- mmdetection3D---(1)
- From 0 to 1: Development notes of voting applet based on cloud development
- Use of multithreading
- Tips -- understanding of the physical meaning of convolution
- Collection collection
- How to install PS filter plug-in
- Openmv (II) -- ide installation and firmware download
- Encapsulation, inheritance, polymorphism
- 进程、线程、信号量和互斥锁
- [reading notes] for:object detection with deep learning: the definitive guide
猜你喜欢

数字滤波器(二)--最小相位延时系统和全通系统
![[p5.js] practical exercise - irregular symmetry](/img/b0/d5ce69db2304e5045e6e4fca43b478.png)
[p5.js] practical exercise - irregular symmetry

Compilation principle learning notes 1 (compilation principle overview and lexical analysis)
![[advanced C language] - function pointer](/img/73/95380bb719f609e80de56985ed68fd.png)
[advanced C language] - function pointer

Digital filter (VI) -- design FIR filter
![[advanced C language] - analyze the storage of micro data in memory [2] (floating point storage)](/img/ae/0c5efd7d0179e77a25d6dbd4117c98.png)
[advanced C language] - analyze the storage of micro data in memory [2] (floating point storage)

MySQL and idea connection

abstract、static、final

Flutter:异常处理

Openmv (II) -- ide installation and firmware download
随机推荐
Internal class, common class
Tips--对卷积的物理意义的理解
Branch and loop (for and do while)
开了一个网站的会员,需要下载电子书的留言即可,免费帮下载
Connect other computers to local MySQL
[advanced C language] - function pointer
[unity scriptable object] tutorial | using scriptable object to store object data information in unity
从0到1:基于云开发的投票小程序开发笔记
Point cloud processing -- binary tree
Prize essay solicitation | the 2022 cloud native programming challenge draft activity is open!
企业微信和视频号的关联
mysql5.7压缩包安装教程
2.1 operator
[p5.js] practical exercise - irregular symmetry
MySQL installation
MySQL基本查询和运算符
Flutter:异常处理
1.4-dos
内部类、常用类
Leetcode systematic question brushing (II) -- greed, backtracking, recursion