-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Adding an example on AdaMatch #513
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR -- very cool new example!
@fchollet I have addressed all the feedback. Let me know if I should proceed to add the generated files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update! I made some copyedits, please pull them first.
@fchollet applied your recent suggestions. Let me know if I am good to proceed with the next steps. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update! It looks good, please make these last changes and you can add the generated files.
@fchollet done. Ready for you to take the reigns. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again for the great contribution! 👍
This example introduces important concepts like semi-supervised learning and domain adaptation. At the same time, it also implements AdaMatch, which currently achieves SOTA on unsupervised domain adaptation.
Accompanying Colab Notebook is available here.