Xharlie / pointnerf

Point-NeRF: Point-based Neural Radiance Fields

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RuntimeError

LHXhh opened this issue · comments

commented

RuntimeError: Attempting to deserialize object on CUDA device 3 but torch.cuda.device_count() is 1. Please use torch.load with map_location to map your storages to an existing device.
end loading

The supplied script files (e.g. lego_test.sh) have a line:
gpu_ids='3'
...so we presume the authors have multiple GPU's and choose their index to be 3 - if you set that '3' to '0' and run again you should be fine.

commented