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

Mixup algorithm data flow problem #154

Open
23425Ning opened this issue Sep 19, 2024 · 1 comment
Open

Mixup algorithm data flow problem #154

23425Ning opened this issue Sep 19, 2024 · 1 comment

Comments

@23425Ning
Copy link

Thanks for ur excellent and laborious work!
I was looking for the code of Mixup, and got to this respository
I have a question for the data flow: In the setting of domain adaptation, the 'uda_device' means the data without labels in target domain in ur file 'train.py'L211-L212. While if using the algorightm Mixup which inherits from ERM, the method 'update' of both class donot use the unlabeled data which is exactly the 'uda_device', the original paper indicated both domains(source and target) are used to produce new data.
Is there something wrong with my understanding?
Thanks for ur work again and Looking for ur reply

@piotr-teterwak
Copy link
Collaborator

Hi, as noticed, the code base has scaffolding for domain adaptation but it is not yet enabled for any algorithm. If you would like to enable this, feel free to submit a PR. Closing for now.

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