[feature request] SBR on CPU?
ModarD opened this issue · 2 comments
ModarD commented
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!
ModarD commented
I just removed .cuda() from everywhere in eval.py! thanks
D-X-Y commented
Cool!