简体   繁体   English

Nvidia Jetson TX1上的最新TensorFlow

[英]Latest TensorFlow on Nvidia Jetson TX1

I'm currently trying to run TensorFlow on Nvidia's Jetson Tegra TX1 (running Ubuntu 16.04). 我目前正在尝试在Nvidia的Jetson Tegra TX1 (运行Ubuntu 16.04)上运行TensorFlow
On a usual Ubuntu 16.04 the installation of TensorFlow is as easy as pip install tensorflow . 在通常的Ubuntu 16.04上,TensorFlow的安装与pip install tensorflow一样容易。 But due to the TX1's arm64 (aka aarch64 ) hardware architecture, this is not possible on the TX1. 但是由于TX1的arm64 (aka aarch64 )硬件架构,在TX1上无法实现。
I managed to install a prebuilt wheel-file of TensorFlow, but I only found some outdated versions: 我设法安装了一个预构建的TensorFlow轮文件,但我只发现了一些过时的版本:

What I am looking for is a more recent version of TensorFlow ready to install. 我正在寻找的是准备安装的最新版本的TensorFlow。 Does anyone have information on that? 有人知道吗?

(I also tried to build from source, which failed in several errors and takes some hours) (我也尝试从源代码构建,这失败了几个错误,并且需要花费几个小时)

TensorFlow 1.10 TensorFlow 1.10

Nvidia itself suggests officially to use the current build from this repo: https://github.com/peterlee0127/tensorflow-nvJetson Nvidia本身正式建议使用此仓库中的当前版本: https : //github.com/peterlee0127/tensorflow-nvJetson

And I also found another repo providing pre-built wheels: https://github.com/JasonAtNvidia/JetsonTFBuild 我还发现了另一个提供预装车轮的仓库: https : //github.com/JasonAtNvidia/JetsonTFBuild

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM