-
Notifications
You must be signed in to change notification settings - Fork 55
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
cityscapes config #43
Comments
I also want to know, hello, did you solve it ? |
简单的,只要把头部数量改为8,学习率按照batch size进行缩放就行啦
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2022年11月8日(星期二) 下午3:29
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [hustvl/QueryInst] cityscapes config (Issue #43)
I also want to know, hello, did you solve it ?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
我使用8块3080进行训练,超出显存了,你能跑通吗 |
能。你可以尝试着将batch调小到1或者2,因为cityscapes图像是2048x1024的,如果原图输入训练,会造成很大显存占比。
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2022年11月8日(星期二) 晚上6:06
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [hustvl/QueryInst] cityscapes config (Issue #43)
简单的,只要把头部数量改为8,学习率按照batch size进行缩放就行啦
…
------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2022年11月8日(星期二) 下午3:29 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [hustvl/QueryInst] cityscapes config (Issue #43) I also want to know, hello, did you solve it ? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
我使用8块3080进行训练,超出显存了,你能跑通吗
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
你好,我用一张3090,在cityscapes上训练queryinst,classes被改为8,学习率被缩放为0.00000625,但是第一个epoch结束后在val上的AP全为0。 |
hello,我看了一下你的日志,应该是配置文件有问题。测试数据应该是val,不是test。mmdetection框架测试使用验证集的,所以把测试data改为val data就行了。
best
a naive student
…------------------ 原始邮件 ------------------
发件人: "hustvl/QueryInst" ***@***.***>;
发送时间: 2023年1月18日(星期三) 下午4:18
***@***.***>;
***@***.******@***.***>;
主题: Re: [hustvl/QueryInst] cityscapes config (Issue #43)
简单的,只要把头部数量改为8,学习率按照batch size进行缩放就行啦
…
------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2022年11月8日(星期二) 下午3:29 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [hustvl/QueryInst] cityscapes config (Issue #43) I also want to know, hello, did you solve it ? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
你好,我用一张3090,在cityscapes上训练queryinst,classes被改为8,学习率被缩放为0.00000625,但是第一个epoch结束后在val上的AP全为0。
20230118_132054.log
queryinst_r50_fpn_1x_foggy_cityscapes.zip
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
是test部分呢,test部分改用val数据集。因为test测试集没有标签。我的配置文件和权重现在弄不到,明天我找找。
…------------------ 原始邮件 ------------------
发件人: "hustvl/QueryInst" ***@***.***>;
发送时间: 2023年1月18日(星期三) 下午5:01
***@***.***>;
***@***.******@***.***>;
主题: Re: [hustvl/QueryInst] cityscapes config (Issue #43)
感谢回复,我的测试数据是val,这个好像没有问题。请问能分享一下您的config以及在cityscapes上得到的结果吗?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
|
你好,我是一个研究生,最近在复现你的算法,可以具体告诉我一下cityscapes下的配置文件细节吗,非常感谢! doge
The text was updated successfully, but these errors were encountered: