Trainer Predict execution time #16200
Unanswered
ntdgo
asked this question in
code help: CV
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a model and dataloader with 1 image.
The main function is updating the image by looping then predicting the image.
As my experiment, the execution time is around 12s for 1 image prediction.
Another experiment that predicts 10 images, the execution time is also around 12s.
→ That means the number of images is not counting for execution time. (dataloader is not take long time ~0s)
Is there any efficient way to predict 1 image in loop that minimizes the execution time?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions