Warning: Leaking Caffe2 thread-pool after fork
详细可以参考这里:https://discuss.pytorch.org/t/dataloader-when-num-worker-0-there-is-bug/25643/37
我的情况是在PyTorch 1.9.1,CUDA 11.1, RTX 3090 显卡上出现这个问题。
解决方法: 将 pin_memory=True 该为 False。
2024-01-26 10:42:16
详细可以参考这里:https://discuss.pytorch.org/t/dataloader-when-num-worker-0-there-is-bug/25643/37
我的情况是在PyTorch 1.9.1,CUDA 11.1, RTX 3090 显卡上出现这个问题。
解决方法: 将 pin_memory=True 该为 False。