Steed

Results 5 comments of Steed

I agree, discogan is unpaired unsupervised and should be changed.

#7 #13. I think this is a windows problem with pytorch. It is reoccurring, not solved in pytorch.

It appears that you should put the main code in `if __name__ == '__main__': ` when using multi-threading when using Windows. I will try to investigate this later. https://github.com/pytorch/pytorch/issues/7485#issuecomment-558525665

I had the same problem. It's related to pytorch windows thread issues. To solve go to `data/__init__.py` and change the number of worker threads (line 79). ```self.dataloader = torch.utils.data.DataLoader( self.dataset,...