Edgetpu: Using Coral Dev Board as accelerator

Created on 12 Feb 2020  路  4Comments  路  Source: google-coral/edgetpu

Hello, is there a way to use the dev board as accelerator. I'm trying to run a tpu model on my laptop but using the tpu module of the dev board.

I've configured it properly and ran some models on it. But when I try to use it from my laptop it outputs:

Error: No tpu devices detected!

Thanks in advance for any help!

DevBoard

Most helpful comment

@yieniggu Glad you asked :)
It's actually a personal project of mine:
https://github.com/namburger/restor

All 4 comments

@yieniggu
Unfortunately, you'll have to move your code to the devboard and execute it there.
Or you can use a USB Accelerator or PCIe module to use the EdgeTPU on your laptop.
Well, there is also an option of creating a server on the dev board and send data there for inference, but then you'll be hitting network bottle necks

Thanks for your reply! Do you have some links on how to create a server?

@yieniggu Glad you asked :)
It's actually a personal project of mine:
https://github.com/namburger/restor

There's also this one:
https://github.com/snowzach/doods

Was this page helpful?
0 / 5 - 0 ratings

Related issues

j-o-d-o picture j-o-d-o  路  3Comments

pirazor picture pirazor  路  10Comments

tommiesatellite picture tommiesatellite  路  6Comments

prashant45 picture prashant45  路  9Comments

vmarkovtsev picture vmarkovtsev  路  8Comments