-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: Caught AttributeError in DataLoader worker process 0. #3
Comments
把完整的报错发一下。这个报错可能是你数据集的大小问题,数据集数量较少会出现触发错误,哈哈哈 |
Thank you very much, my error has been resolved. It is a trouble of my GTX1650.
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2022年4月27日(星期三) 晚上11:43
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [dianjixz/v831_yolo] AttributeError: Caught AttributeError in DataLoader worker process 0. (Issue #3)
把完整的报错发一下。这个报错可能是你数据集的大小问题,数据集数量较少会出现触发错误,哈哈哈
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
yes,this is good. |
可以问一下是怎么解决的问题吗,4080也遇到了这个问题没有解决 |
您好!我在RTX3060的华硕天选2笔记本电脑训练,ubuntu20.04+pyorch-gpu+cuda环境配好了,数据集(检测是球ball)也是正常的,用官方的yolov3训练是正常的,但在这里遇到类似的错误,我是用conda创建python3.8的pytorch环境操作,怎么解决?
use hi-res backbone ++++++++++++++++++++++++++++ /home/kevin/anaconda3/envs/pytorch/lib/python3.8/site-packages/torch/functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:3483.) $ pip list actionlib 1.14.0 |
同学,您好!请问你是怎样修复这个问题?我也遇到类似的错误 |
出现在train的331行,提示AttributeError: Caught AttributeError in DataLoader worker process 0.
pip list如图
torch可以使用cuda,纯CPU推理模式也尝试过
请您帮帮我
The text was updated successfully, but these errors were encountered: