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
TensorFlow C binding for Raspberry Pi #30359
Comments
|
The last paragraph of the "TensorFlow for C" you cited points to a how-to file which does show you how to build TensorFlow C API from source code with |
|
Thanks @freedomtan. I didn't know if something special compilation was needed for ARM. Are you aware of people/projects compiling it and using successfully? |
|
@marianopeck something like works for me. |
|
@marianopeck Just to verify did you get a chance to follow instructions as suggested by freedomtan .Thanks! |
|
Hi @ravikyram |
|
Hi @freedomtan |
|
@marianopeck I use master branch most of the time. I think it works on TensorFlow versions before 1.10 to current master. |
|
Hi @freedomtan |
|
@marianopeck I haven't tried newer bazel, general comment is to increase your swap space and maximum Java heap size (e.g., |
|
Hi, as I found no binary available, I had to manage myself. |
|
good to see another effort on Smalltalk + TensorFlow. Smalltalk is one of my favorite language. I tried Pharo bindings for TensorFlow before and was able to use both TensorFlow C API and TensorFlow Lite C API on x86 machines |
|
Hi @freedomtan |
|
hi @marianopeck, @freedomtan already have done some contributions to the Pharo port. |
|
OK, I sent you both and the rest of the involved parts a private email to so that we can continue discussing :) |
|
Although I do not have C language implementation skills, I tried to generate a binary for RaspberryPi of Tensorflow v1.14.0. I have not confirmed the operation. |
|
That worked perfectly!! |
|
Hi There, We are checking to see if you still need help on this, as you are using an older version of tensorflow which is officially considered end of life . We recommend that you upgrade to the latest 2.x version and let us know if the issue still persists in newer versions. Please open a new issue for any help you need against 2.x, and we will get you the right help. This issue will be closed automatically 7 days from now. If you still need help with this issue, please provide us with more information. |
System information
Describe the feature and the current behavior/state.
I asked on StackOverflow if there was a TensorFlow C binding for ARM/RaspberryPi but I got no answer after many days.
I couldn't find anything on the website, so I suspect this is not yet available?
If it is just a matter that you don't distribute the binaries, I have no troubles to compile it myself if I have the instructions and if it is known to work. But I haven't found anything confirming that either.
Will this change the current api? How?
No
Who will benefit with this feature?
All language bindings that use the C library and want to run on any ARM board
Any Other info.
The text was updated successfully, but these errors were encountered: