Using CPU Instead of cuda
Author: Steinful32Created Jul 23, 2020Updated Nov 24, 2024
Tried to use CPU Instead of cuda by replacing the gpu ids to -1 and then going into main.py and replacing "device" with "cpu" map_location=torch.device(cpu)) and i get this error code Traceback (most recent call last): File "main.py", line 80, in map_location=torch.device(cpu)) NameError: name 'cpu' is not defined
Source: vt-vl-lab/3d-photo-inpainting