DeokyunKim / Progressive-Face-Super-Resolution

Official Pytorch Implementation of Progressive Face Super-Resolution (BMVC 2019 Accepted)
260 stars 60 forks source link

Make it work without CUDA #16

Open dkter opened 4 years ago

dkter commented 4 years ago

Before, pytorch was raising a RuntimeError on non-CUDA machines as the correct device wasn't being passed to torch.load.