Skip to content
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

CUDA version #26

Open
achadr opened this issue Jan 15, 2019 · 1 comment
Open

CUDA version #26

achadr opened this issue Jan 15, 2019 · 1 comment

Comments

@achadr
Copy link

achadr commented Jan 15, 2019

I can not train the code ( ESRGAN model), and I get this error
training_problem_after_fixing_dataset_problem
I think it's related to CUDA version, I am using CUDA 10.0

@xinntao
Copy link
Owner

xinntao commented Jan 17, 2019

It seems that your cuda is not available.
You can run this in python:

import torch
print(torch.cuda.is_available())

If it is not True, you may need to check your installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants