-
Notifications
You must be signed in to change notification settings - Fork 589
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
How to solve this error? RuntimeError: indices should be either on cpu or on the same device as the indexed tensor (cpu) #424
Comments
i met same problem |
lets try find some expert to help us out! |
I have found a solution. add Then, uncomment This may solve the problem. Thank you. |
|
Hi, could you please provide the pre-training weights for YOLOv4pacsp-x-mish? Thank you very much! @nanhai78 @MheadHero |
sorry, i don't have pre-trainning weights for ms COCO
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年4月22日(星期六) 中午11:16
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [WongKinYiu/PyTorch_YOLOv4] How to solve this error? RuntimeError: indices should be either on cpu or on the same device as the indexed tensor (cpu) (Issue #424)
Hi, could you please provide the pre-training weights for YOLOv4pacsp-x-mish? Thank you very much! @nanhai78 @MheadHero
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Do you have the pre-training weight of voc? @nanhai78 |
Thx a lot. |
thx very much |
Traceback (most recent call last):
File "/content/PyTorch_YOLOv4/train.py", line 537, in
train(hyp, opt, device, tb_writer, wandb)
File "/content/PyTorch_YOLOv4/train.py", line 288, in train
loss, loss_items = compute_loss(pred, targets.to(device), model) # loss scaled by batch_size
File "/content/PyTorch_YOLOv4/utils/loss.py", line 69, in compute_loss
tcls, tbox, indices, anchors = build_targets(p, targets, model) # targets
File "/content/PyTorch_YOLOv4/utils/loss.py", line 151, in build_targets
a, t = at[j], t.repeat(na, 1, 1)[j] # filter
RuntimeError: indices should be either on cpu or on the same device as the indexed tensor (cpu)
The text was updated successfully, but these errors were encountered: