Track-Anything icon indicating copy to clipboard operation
Track-Anything copied to clipboard

fix loading on cpu

Open Y-T-G opened this issue 1 year ago • 0 comments

Fixes

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.

Y-T-G avatar May 02 '23 16:05 Y-T-G