Slow eval time (+2s per iter) #5221
Unanswered
ExtReMLapin
asked this question in
Q&A
Replies: 3 comments 3 replies
-
from memory I also had this issue on our windows machine, I feel like it could be related to the fact we're not using the prebuilt version |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm seeing the same, did you ever sort this out @ExtReMLapin ? I'm trying to run validation regularly during training but the slow eval time is really blowing up the amount of time training takes. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I found what was causing it : COCOEvaluator.process is slow because of two calls : instances = output["instances"].to(self._cpu_device)
prediction["instances"] = instances_to_coco_json(instances, input["image_id"])
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello, any idea why my eval time is so slow ?
this is my eval/train code
Beta Was this translation helpful? Give feedback.
All reactions