LI Xianrui
LI Xianrui
Same issue on my Ubuntu 16 server with num_workers=16. It doesn't always happen, and one way to solve it is to just rerun the code.  psesudo code: ```python from...
It works, but following the [docs](https://pytorch.org/vision/0.19/transforms.html), it seems that the standard steps should include `v2.ToImage()` if the img is PIL format. I am confused about it. --- This is what...
Many thanks, very clear explanations and instructions!