Chen-chang-yu
Results
3
comments of
Chen-chang-yu
> That sounds to be related to PyTorch. Adding `--workers 0` fixed the problem for me. Check [this issue](https://github.com/pytorch/examples/issues/526#issuecomment-605450664). thanks, it works!
add " --data_filtering_off --workers 0", it will solve your problem.
I tried this code with another computer equipped with RTX-4070TI, it works!! But my previous computer equiped with RTX-3060TI still failed.