You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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?
The text was updated successfully, but these errors were encountered: