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

s2anet支持使用其他分类损失吗?我尝试了eql_loss(用于处理长尾现象),但是训练时,报错如下:如果使用别的损失,需要注意哪些地方吗,希望您可以给出一些建议。 #133

Open
xc-chengdu opened this issue May 3, 2022 · 3 comments

Comments

@xc-chengdu
Copy link

baocuo
gengai2

@csuhan
Copy link
Owner

csuhan commented May 3, 2022

Maybe you can add 'EQLv2' to this line so that we do not use another sampler.

self.sampling = loss_odm_cls['type'] not in ['FocalLoss', 'GHMC']

@xc-chengdu
Copy link
Author

Thanks for your suggestion, I will try it.

@xc-chengdu
Copy link
Author

Hello, I would like to ask again, have you tried using the non-cuda version of focal loss? Why is there such a big difference between the two trained models?

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

2 participants