-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Does it support running on cpu? #310
Comments
[updated] Set |
@junyanz you mean |
Yes, |
@junyanz Thanks man for your hard work! |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran this command: python2 test.py --dataroot datasets/horse2zebra/testA --name horse2zebra_pretrained --model test
and it return :
THCudaCheck FAIL file=torch/csrc/cuda/Module.cpp line=32 error=35 : CUDA driver version is insufficient for CUDA runtime version
Traceback (most recent call last):
File "test.py", line 10, in
opt = TestOptions().parse()
File "/home/AI/pytorch-CycleGAN-and-pix2pix/options/base_options.py", line 115, in parse
torch.cuda.set_device(opt.gpu_ids[0])
File "/usr/lib64/python2.7/site-packages/torch/cuda/init.py", line 262, in set_device
torch._C._cuda_setDevice(device)
RuntimeError: cuda runtime error (35) : CUDA driver version is insufficient for CUDA runtime version at torch/csrc/cuda/Module.cpp:32
The text was updated successfully, but these errors were encountered: