-
Notifications
You must be signed in to change notification settings - Fork 126
torch.cuda.is_available() is False. #182
Copy link
Copy link
Open
Description
I'm trying to run inference using Mask3D on GPU, but I get the following error:
raise RuntimeError('Attempting to deserialize object on a CUDA '
RuntimeError: Attempting to deserialize object on a CUDA device but torch.cuda.is_available() is False. If you are running on a CPU-only machine, please use torch.load with map_location=torch.device('cpu') to map your storages to the CPU.
However, I am using a GPU. Any idea how to fix this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
