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

Another reimplementation #9

Closed
ildoonet opened this issue Aug 11, 2019 · 4 comments
Closed

Another reimplementation #9

ildoonet opened this issue Aug 11, 2019 · 4 comments

Comments

@ildoonet
Copy link

ildoonet commented Aug 11, 2019

I got BIG interest on your work so I decided to reimplement with some fixes.

Issue #1 #3 #4 are dealt with this new reimplementation and I still work on improving for better usability and performance.

Currently, after I fixed those issues, I got clearly-improved results on CIFAR100.

Top-1 Error(@300epoch) Top-1 Error(Best)
Paper's Reported Result N/A 13.81
Our Re-implementation 13.68 13.15

I will update as other experiments are updated my implementation progressed.

Repo : https://github.com/ildoonet/cutmix

@hellbell
Copy link
Collaborator

@ildoonet
Good.
Please let me know the ImageNet results.
You can send me PR for the implementation.
Thanks!

@ildoonet
Copy link
Author

ildoonet commented Aug 19, 2019

Here is my imagenet experiment result.

Top-1 Error(@300epoch) Top-1 Error(Best)
Paper's Reported Result N/A 21.4
Author's Code(Our Re-run) 21.768 21.586
Our Re-implementation 21.524 21.340

I use your code without modification to replication the paper's result, but I got slightly worse results(21.586). It could be from different environment or other things.

But to me, it is clear that dealing with issues #1 #3 #4 is good for the final performance.

@hellbell
Copy link
Collaborator

@ildoonet
Great! It is very happy to see another SOTA result of CutMix from you.
I will verify the modification of #3 and #4 and apply to our code.
Thanks again :)

@hellbell
Copy link
Collaborator

Closing the issue.

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