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
{{ message }}
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.
RuntimeError: module must have its parameters and buffers on device cuda:0 (device_ids[0]) but found one of them on device: cpu
I tried model = torch.load(model_path,map_location=torch.device('cpu')) and scores, classification, transformed_anchors = model(image.float())
but its not working , please help. Thank you.
The text was updated successfully, but these errors were encountered: