pytorch-vdsr
pytorch-vdsr copied to clipboard
Default threads argument value will cause issues when running with Pytorch Windows
According to this:
https://github.com/peterjc123/pytorch-scripts
in the Using Examples
section.
If you set --threads=0
manually instead of the default opt.threads=1
value, the issue will be resolved by forcing the data to be loaded into the main process, however I am not sure how it will affect #9.
Yes, adding --threads=0 can solve that problem, thanks