-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
tflite only python package #15
Comments
@PhilipXue |
@PINTO0309 Wow that's amazing! I'll try it immediately! |
@PINTO0309
Does the tflite-runtime package include the improvment you did to tensorflow build? |
@PhilipXue |
@PhilipXue https://github.com/PINTO0309/TensorflowLite-bin.git |
@PINTO0309 |
@PhilipXue https://github.com/PINTO0309/TensorflowLite-bin/tree/master/1.14.0 |
NP! |
Hi,
Where do you think the problem is? |
@PhilipXue |
@PINTO0309 |
@PhilipXue By the way, there is also a 64-bit kernel OS image that I created independently. The benchmark tool you are using is cool. Is it possible for me to share it? |
@PINTO0309 The benchmark is very simple, it measures the processing time for each image. Through simple, the code is created for internal projects. You can use code provided in this article to do the exact same thing. (If you are referring the image that I put in the comment, it's |
@PhilipXue |
I'm glad you enjoyed it! If you are interested, there is another similar system monitoring tool called Have a nice day! |
@PINTO0309 |
It is a difficult problem. MultiThread may not be valid, but the official binaries below may be a little faster. |
@PINTO0309 Hi, Thanks for replying. I will it out. |
@PhilipXue @PINTO0309 Can you make a complete tutorial from start to finish, for benchmarking tensorflow lite model on raspberry pi. Honestly, I've been stuck here for 1 month, because my knowledge is still narrow about this. I am very thankful and grateful if you are willing to help or at least give advice, because all sources, I think I have tried. That I have:
|
Hi, I appreciate a lot for your effort! There are ways to build tflite only python package which will reduce the package size tremendously: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/tools/pip_package
I tied it before and I don't think this runtime can utilize multiprocessing. Is there any chance that you can check this and build a tflite package that has multiprocessing ability?
The text was updated successfully, but these errors were encountered: