Warning: Leaking Caffe2 thread-pool after fork
作者:互联网
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。
标签:fork,thread,Caffe2,after,Leaking,pool 来源: https://blog.csdn.net/weixin_42335814/article/details/120694196