Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Coral Dev Board as accelerator #58

Closed
yieniggu opened this issue Feb 12, 2020 · 4 comments
Closed

Using Coral Dev Board as accelerator #58

yieniggu opened this issue Feb 12, 2020 · 4 comments
Labels

Comments

@yieniggu
Copy link

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!

@Namburger
Copy link

@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

@yieniggu
Copy link
Author

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

@Namburger
Copy link

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

@Namburger
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants