欢迎访问 生活随笔!

凯发k8官方网

当前位置: 凯发k8官方网 > 人工智能 > caffe >内容正文

caffe

解决[w pthreadpool-凯发k8官方网

发布时间:2024/3/7 caffe 67 豆豆
凯发k8官方网 收集整理的这篇文章主要介绍了 解决[w pthreadpool-cpp.cc:90] warning: leaking caffe2 thread-pool after fork. (function pthreadpool) 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

解决[w pthreadpool-cpp.cc:90] warning: leaking caffe2 thread-pool after fork. (function pthreadpool)

pytorch 1.9遇到如下问题

问题:

[w pthreadpool-cpp.cc:90] warning: leaking caffe2 thread-pool after fork. (function pthreadpool)
[w pthreadpool-cpp.cc:90] warning: leaking caffe2 thread-pool after fork. (function pthreadpool)
[w pthreadpool-cpp.cc:90] warning: leaking caffe2 thread-pool after fork. (function pthreadpool)
[w pthreadpool-cpp.cc:90] warning: leaking caffe2 thread-pool after fork. (function pthreadpool)

解决方法:
dataloader函数中参数改成pin_memory = false

改前:

dataloader(val_dataset, shuffle=true, batch_size=batch_size, num_workers=4, pin_memory=true,drop_last=true, collate_fn=yolo_dataset_collate)

改后:

dataloader(val_dataset, shuffle=true, batch_size=batch_size, num_workers=4, pin_memory=false,drop_last=true, collate_fn=yolo_dataset_collate)

参考
https://blog.csdn.net/forest_world/article/details/118977692

总结

以上是凯发k8官方网为你收集整理的解决[w pthreadpool-cpp.cc:90] warning: leaking caffe2 thread-pool after fork. (function pthreadpool)的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得凯发k8官方网网站内容还不错,欢迎将凯发k8官方网推荐给好友。

  • 上一篇:
  • 下一篇:
网站地图