jt827859032 / DRRN-pytorch

Pytorch implementation of Deep Recursive Residual Network for Super Resolution (DRRN), CVPR 2017
MIT License
193 stars 53 forks source link

It does not work on windows 10 #5

Open Fatma-ALbluwi opened 6 years ago

Fatma-ALbluwi commented 6 years ago

Hi, I have a problem with running this code because the multiprocessing works in a different way in windows. As I know it needs to add this sentence: if name == "main": but I don't know where exactly I should add it in the code?!

Thanks a lot in advance.