LI Xianrui

Results 3 comments of 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. ![image](https://github.com/user-attachments/assets/c500157e-e1c8-4835-9cd2-1871c6c708d1) 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...