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
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.
#15
Open
anizeani opened this issue
Sep 16, 2020
· 0 comments
Is there a way to run the reconstruction on the cpu?
I tried to change in run_reconstruction.py @ line 50:
device = get_device(args.use_gpu)
to
device = get_device(args.use_cpu)
...
any recommendation?
The text was updated successfully, but these errors were encountered: