【问题标题】:Edge TPU CompilerEdge TPU 编译器
【发布时间】:2020-09-13 20:49:23
【问题描述】:

我尝试在我的 Raspberry pi 3 型号 b 上安装 Edge Compiler。安装后:(来自谷歌)

curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" | sudo tee /etc/apt/sources.list.d/coral-edgetpu.list
sudo apt-get update
sudo apt-get install edgetpu-compiler.

我收到此错误:

sudo apt-get install edgetpu-compiler
Reading package lists... Done
Building dependency tree      
Reading state information... Done
E: Unable to locate package edgetpu-compiler

【问题讨论】:

标签: linux deep-learning tpu google-coral


【解决方案1】:

根据requirementsedgetpu-compiler 包不再适用于 arm 平台。

【讨论】:

  • 你能说另一种使用它的方法吗?我需要编译我的 tfile 并将其用于我的树莓派 3 模型 b(插入 tpu)
  • 嘿!我们这里有它的旧版本:github.com/google-coral/edgetpu/tree/master/compiler/aarch64 但它是 aarch64,大多数 RPI 的操作系统将是 armv7l,不确定你是否可以使用这个 :( 我的建议是你尝试在 x86_64 机器上编译你的模型
  • 一般都有edgetpu网页编译器,我找不到这个...
  • 啊,我们很久以前就弃用了网络编译器:(
猜你喜欢
  • 2021-07-04
  • 2019-09-21
  • 2019-11-14
  • 2019-12-05
  • 1970-01-01
  • 1970-01-01
  • 2020-01-18
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多