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

Feature Request: Implementation of SSDA like data loaders #49

Open
shreejalt opened this issue Aug 3, 2022 · 2 comments
Open

Feature Request: Implementation of SSDA like data loaders #49

shreejalt opened this issue Aug 3, 2022 · 2 comments

Comments

@shreejalt
Copy link

Hi,
Is there any plan to introduce the semi-supervised domain adaptation data loaders in the code? There are UDA and SSL loaders, but for SSDA, we might need different target data loaders during the training, which, as far as I know, cannot be directly used from the codebase.

If the implementation of ssda loaders will help, I can make a PR as I have worked on it

@KaiyangZhou
Copy link
Owner

train_loader_x can take both (labeled) source and target data (this could be instead implemented in the dataset class)

while train_loader_u still takes unlabeled target data

so seems like a new loader for ssda isn't a must?

@shreejalt
Copy link
Author

Hi @KaiyangZhou
Yes correct, but there are some algorithms that do forward pass differently on labeled source and labeled target.

But yes, it can be implemented in the dataset class. I did it.

But for the former use case, it might be helpful.

I thought that it can be useful if we implement different DA papers.

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