C/C++教程

Warning: Leaking Caffe2 thread-pool after fork

本文主要是介绍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。

这篇关于Warning: Leaking Caffe2 thread-pool after fork的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!