-
Notifications
You must be signed in to change notification settings - Fork 48
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
如何训练yolov_x_online的模型 #92
Comments
These files are used for inferencing, please use config like yolov_l or yolov_s for training! |
So train with yolov_x.py, and inferencing with yolov_x_online.py, it goes in this way? |
yep!
…---- 回复的原邮件 ----
发件人 ***@***.***> 日期 2024年08月06日 14:02 收件人 ***@***.***> 抄送至 ***@***.***>***@***.***> 主题 Re: [YuHengsss/YOLOV] 如何训练yolov_x_online的模型 (Issue #92)
So train with yolov_x.py, and inferencing with yolov_x_online.py, it goes in this way?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
class MSA_yolov_online(nn.Module):
那这里推理用到的参数是怎么来的 ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
试了yolov_l_online, yolov_s_online的训练都跑不起来。
The text was updated successfully, but these errors were encountered: