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

Amazing Performance possible on iOS / Android? #16

Open
madhavajay opened this issue May 5, 2018 · 3 comments
Open

Amazing Performance possible on iOS / Android? #16

madhavajay opened this issue May 5, 2018 · 3 comments

Comments

@madhavajay
Copy link

I can't believe how fast this runs on my MacBook pro in CPU mode!!?
Why is this not the default method of TensorFlow?

Are you able to explain how you were able to know which nodes to process on CPU and which on GPU for max performance?

Also is it possible to implement this in C++ for iOS / Android?

@gustavz
Copy link
Owner

gustavz commented May 24, 2018

@madhavajay thank you :)
Yes it is possible to visualize the time each opearation consumes (for example since v2.0 with test_objectdetection.py) and from this point on it was possible to find the right splitpoints.
But unfortunately this only works for ssd_mobilenet models, for other models it needs to be investigated from scratch.

@madhavajay
Copy link
Author

Right but what i'm saying is will the same split points work using the C++ TF API on iOS and Android to drastically improve the performance?

@gustavz
Copy link
Owner

gustavz commented May 25, 2018

To be honest I don’t know as i did not use the c++ API yet. But I guess it should, why not.

If you try please let me know how it works :)

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

2 participants