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

EdgeML on Raspberry Pi 3 #16

Closed
jong1prk opened this issue Sep 15, 2017 · 1 comment
Closed

EdgeML on Raspberry Pi 3 #16

jong1prk opened this issue Sep 15, 2017 · 1 comment

Comments

@jong1prk
Copy link

I have tried to run Bonsai and ProtoNN on Raspberry Pi 3.

But, there was a problem with MKL installation.

MKL only runs on the Intel processor not ARM processor.

You guys mentioned that you've tested on Arduino Uno,

but I wonder how that is possible.

@harsha-simhadri
Copy link
Collaborator

@jong1prk,

This code was written for training the model. We do it on our laptop/workstation, which has Intel processors (hence MKL library). The idea is that you take the model and make predictions on Raspberry.

If you'd like to use this training code on Raspberry Pi, we suggest you try another implementation of BLAS routines that works on Raspberry Pi. I imagaine it will required minor code changes (disable all sparse matrices) as well as make file changes. If you would like to do this and you have an appropriate BLAS library for Raspberry which has math calls, we can help you.

And we will be glad to merge your changes so others can use it.

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

No branches or pull requests

3 participants