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
Currently, SubclassDetection benchmark will have self.group_model in "cpu" even though the original model is supplied in cuda. This raises and error during the evaluate call.
How to best manage model devices after training? Is this an issue just for SubclassDetection?
The text was updated successfully, but these errors were encountered:
Currently,
SubclassDetection
benchmark will haveself.group_model
in "cpu" even though the original model is supplied in cuda. This raises and error during theevaluate
call.How to best manage model devices after training? Is this an issue just for SubclassDetection?
The text was updated successfully, but these errors were encountered: