-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeError: Attempting to deserialize object on CUDA device 1 but torch.cuda.device_count() is 1. #32
Comments
@leonel-os It seems that your machine has only 1 GPU, while our scripts require at least 4 GPUs. You need to revise the |
@XingangPan thanks, changing the run_car.sh configuration fixed the error.
but now I'm getting the following error, related to CUDA out of memory:
I don't know how to fix it. I read some forums and they say I need to change the batch size and/or num of workers, is that right? What else I need to change to run this demo? Please Thanks in advance Leonel |
Hello, I have encountered the same problem, changing the batch size/num of workers does not work. Have you solved it yet? Looking forward to your reply. Thanks! |
(base) [yshan@saturn12 GAN2Shape]$ sh scripts/run_car.sh warnings.warn(
|
Hi, I got this error, when use you config : mkdir -p results/${EXP} |
Now I'm getting the following error. I installed all the dependencies including CUDA, but when I run:
I'm getting this:
Please I need help, thanks
The text was updated successfully, but these errors were encountered: