Skip to content
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

yolo_loss的问题 #35

Open
Cheiloheca opened this issue Oct 3, 2020 · 0 comments
Open

yolo_loss的问题 #35

Cheiloheca opened this issue Oct 3, 2020 · 0 comments

Comments

@Cheiloheca
Copy link

Cheiloheca commented Oct 3, 2020

在开始训练后出现了一个问题,在输出损失的时候提示
File ".\train.py", line 402, in
iter_id, losses[0], losses[0], losses[1], losses[2], losses[3], eta)
IndexError: list index out of range
查看losses的形状时,发现只是一个长度为2的数组
而yolo_loss输出的是长度为3的数组
不知道哪里出了问题,大佬可以看一下吗
(之前尝试过改成all_loss = losses[0]+losses[1]+losses[2]还是不行)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant