facebookresearch/supervision-by-registration

error ''CUDA is not available.''

Closed this issue · 1 comments

I am very happy to see this paper. There was a problem when running the code. My computer only supports pytorch without cuda. How can I successfully run the code on this version?

D-X-Y commented

Hi, without CUDA, it costs unaffordable time for training and test. If you want to use the CPU mode, please remove the .cuda() in https://github.com/facebookresearch/supervision-by-registration/blob/master/exps/eval.py#L48, and other related codes.