Replies: 1 comment 1 reply
-
Sorry, these calculations cannot be accelerated with GPU. In this stage, the sample category labels and classification predictions are extracted from the results to calculate the classification accuracy (acc). This calculation can only be performed on CPU. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
mmengine/mmengine/evaluator/metric.py
Line 132 in eb4fa73
it runs slowly on cpu. If I want to use GPU to speed up the evaluation. What should I do?
Beta Was this translation helpful? Give feedback.
All reactions