Closed ModarD closed 5 years ago
Is it possible to run SBR on CPU without CUDA? If yes, could you please give some info on how to achieve that?
I tried to replace cuda code but I am stuck with line 51 in eval.py net = net.cuda() not sure how to replace it!
I just removed .cuda() from everywhere in eval.py! thanks
Cool!
Is it possible to run SBR on CPU without CUDA? If yes, could you please give some info on how to achieve that?
I tried to replace cuda code but I am stuck with line 51 in eval.py net = net.cuda() not sure how to replace it!