When setting num_worker>0, print does not print when included in dataloader

I was printing the shape of my tensor inside the getitem function, and noticed that it does not print to the console the shape of the tensor when num_workers>0. I’m using windows 10 and pytorch 1.1.0

Do you get the outputs eventually or are these outputs lost?
The output of multiple workers might overlap, but should be printed.

That being said, I’m not really familiar with Windows.

Also, could you update the the latest stable release (1.4.0) in case this was a known issue and was fixed already?

I do get the outputs, I have upgraded to the latest version of Pytorch ( 1.4.0 ) and now it prints, not sure what was the issue. Thanks