-
Notifications
You must be signed in to change notification settings - Fork 89
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
RuntimeError: DataLoader worker (pid 11056) is killed by signal: Aborted. #117
Comments
我仔细排查了一下错误,发现是def load_rgb(self, file_path):里 |
您好,我也遇到了同样的问题不知道怎么解决,请问大师您解决了吗? |
我当时遇到这个问题,也不是个大问题。我debug检查了一下,是数据集加载的代码部分,我发现有一条逻辑判断的错误,导致数据无法加载,我修改之后,数据加载正常,问题就解决了。反正我的解决办法也没别的,你可以debug检查一下你使用的检测器对应的dataset.py文件。看看是哪一条语句的执行出了问题,解决就好了。
…------------------ Original ------------------
From: gooldenboom ***@***.***>
Date: Fri,Dec 13,2024 10:12 PM
To: SCLBD/DeepfakeBench ***@***.***>
Cc: shui-tian-ju-shi ***@***.***>, Author ***@***.***>
Subject: Re: [SCLBD/DeepfakeBench] RuntimeError: DataLoader worker (pid 11056)is killed by signal: Aborted. (Issue #117)
您好,我也遇到了同样的问题不知道怎么解决,请问大师您解决了吗?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
非常感谢大师的回答,我去尝试一下
|
开始训练后,运行到下面这行代码,出现了大量图片中的问题,我无法找出原因。
for iteration, data_dict in tqdm(enumerate(train_data_loader),total=len(train_data_loader)):
衷心希望能得到您的帮助!
The text was updated successfully, but these errors were encountered: