-
Notifications
You must be signed in to change notification settings - Fork 39
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
Why does the modified code section of the DetectionModel (BaseModel) function need to change the tensor to (2, ch, s, s)? #72
Comments
你好,请问你用自己的训练成功了吗 |
成功了,就是不理解 forward(torch.zeros(2, ch, s, s).to(torch.device('cuda')))]) # forward这为什么要改成torch.zeros(2, ch, s, s) |
请问你出现过训练时,均值平均精度挺高的,但是在验证集上各项数据为0的情况吗 |
不会
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2025年2月28日(星期五) 下午4:57
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [HZAI-ZJNU/Mamba-YOLO] Why does the modified code section of the DetectionModel (BaseModel) function need to change the tensor to (2, ch, s, s)? (Issue #72)
你好,请问你用自己的训练成功了吗
成功了,就是不明白forward(torch.zeros(2, ch, s, s).to(torch.device('cuda')))]) #forward这为什么要改成torch.zeros(2, ch, s, s)
请问你出现过训练时,均值平均精度挺高的,但是在验证集上各项数据为0的情况吗
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
zhang123-lf left a comment (HZAI-ZJNU/Mamba-YOLO#72)
你好,请问你用自己的训练成功了吗
成功了,就是不明白forward(torch.zeros(2, ch, s, s).to(torch.device('cuda')))]) #forward这为什么要改成torch.zeros(2, ch, s, s)
请问你出现过训练时,均值平均精度挺高的,但是在验证集上各项数据为0的情况吗
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
|
Why does the modified code section of the DetectionModel (BaseModel) function need to change the tensor to (2, ch, s, s)?I tried to modify it to (1,ch,s,s) and there was no problem。
The text was updated successfully, but these errors were encountered: