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

using labelsmooth #2

Open
ydhongHIT opened this issue Oct 18, 2020 · 3 comments
Open

using labelsmooth #2

ydhongHIT opened this issue Oct 18, 2020 · 3 comments

Comments

@ydhongHIT
Copy link

I notice that you used label-smooth in your train code. And the results in the paper are obtained by this code. I think that the comparison may be unfair due to this trick.

@gasvn
Copy link
Member

gasvn commented Oct 19, 2020

Using ls is a comon and basic trick in ImageNet training. It can help avoid overfitting and we just follow the previous works to use it. It can bring about 0.2 improvement in res2net. You can remove it if you want to compare with our result. Except for the resnet we use the torchvison results, other baseline results are all reproduced by this code. Actually this training code is not good enough as we were told that some guys achieve better results when using their training code and the same training strategy.

@ydhongHIT
Copy link
Author

Using ls is a comon and basic trick in ImageNet training. It can help avoid overfitting and we just follow the previous works to use it. It can bring about 0.2 improvement in res2net. You can remove it if you want to compare with our result. Except for the resnet we use the torchvison results, other baseline results are all reproduced by this code. Actually this training code is not good enough as we were told that some guys achieve better results when using their training code and the same training strategy.

Thanks for your reply. I noticed that the original resnet train code used colorjitter and lambda(Lighting). Do you know how these two transforms impact the final test accuracy?

@gasvn
Copy link
Member

gasvn commented Oct 19, 2020

Sorry, I didn't test those data augmentation. I just follow the common augmentation settings to train our model.

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