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
Does the execution time includes the image pre-processing time to input to first layer + inception-v3 model execution time + post processing time?
For example, tensorflow benchmark model shows the execution time of only the CNN model execution without and pre image processing or post processing. I was looking for such execution time benchmarking.
The text was updated successfully, but these errors were encountered:
In this app, the execution time also includes the time needed to schedule the Vision request (which in turn calls Core ML), the preprocessing, the neural network, the post-processing of the results, and running the UI update on the main thread.
Thankyou for the quick response.
Is it possible to measure the execution time of the "neural network" only from the 1st input layer layer to the last layer ?
Hi,
Does the execution time includes the image pre-processing time to input to first layer + inception-v3 model execution time + post processing time?
For example, tensorflow benchmark model shows the execution time of only the CNN model execution without and pre image processing or post processing. I was looking for such execution time benchmarking.
The text was updated successfully, but these errors were encountered: