We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I replaced the individual conv in yolo with odconv and the following error occurred
The text was updated successfully, but these errors were encountered:
而且我yolo中设置的batch size并不是1
Sorry, something went wrong.
yolo在开始训练前会尝试输入一个随机张量来测试模型,可以通过判断来跳过BN层。批量为1的情况下,BN层实际上是不起作用的
请问您有没有试过加载作者提出的预训练权重呢?
yolo在开始训练前会尝试输入一个随机张量来测试模型,可以通过判断来跳过BN层。批量为1的情况下,BN层实际上是不起作用的 请问您有没有试过加载作者提出的预训练权重呢?
没有使用这个预训练权重,只是尝试替换了yolo中的卷积
感谢 我之前是删去了foward里面的BN层 可以正常运行 我现在试试通过判断来跳过BN层
No branches or pull requests
I replaced the individual conv in yolo with odconv and the following error occurred
The text was updated successfully, but these errors were encountered: