gpt4 book ai didi

android - 在 Android gnuroot 上安装 tensorflow python API

转载 作者:搜寻专家 更新时间:2023-11-01 08:31:36 24 4
gpt4 key购买 nike

我已经使用 GNURoot 在 android 桌面上安装了 Debian+python。现在我正在尝试安装 tensorflow python API,以便我可以在我的 python 代码中“导入 tensorflow”。我的平板CPU是arm 32位的,所以我不能用pip安装,因为tensorflow只支持64位。

因此,我尝试从源代码编译 tensorflow。 Tensorflow 构建系统是 Bazel,我还没有找到适用于 linux arm 32 位的任何 Bazel 可执行文件。

所以我尝试从源代码编译 Bazel。但是“./compile.sh”失败并出现错误“在 third_party/protobuf/protoc-linux-arm32.exe 中找不到 Protobuf 编译器”我有点不愿意尝试从源代码编译 protobuf,因为我在某处读到 protobuf master 可能不适用于 bazel。

有没有其他方法可以在 arm32 上安装 tensorflow?

最佳答案

不幸的是,构建 TensorFlow Python 需要 Bazel(对于 C++ 推理,您可以使用 tensorflow/contrib/makefile 中的指令),这是一个非常复杂且有问题的过程。最好的起点是这篇关于在 Jetson 开发板上进行设置的帖子:

http://cudamusing.blogspot.com/2015/11/building-tensorflow-for-jetson-tk1.html

关于android - 在 Android gnuroot 上安装 tensorflow python API,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40201705/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com