KaiyangZhou / Dassl.pytorch

A PyTorch toolbox for domain generalization, domain adaptation and semi-supervised learning.
MIT License
1.16k stars 167 forks source link

about DAEL #34

Open cquzys opened 2 years ago

cquzys commented 2 years ago

Hi, thanks for sharing your code.

I want to use your DAEL model, but can ADEL support the scene that multi-source with different categories (such as category-shift problem solved in "Deep Cocktail Network: Multi-source Unsupervised Domain Adaptation with Category Shift").

Thank you very much!

KaiyangZhou commented 2 years ago

it might be possible: only apply the collaborative learning to the shared labels (you need to double-check if the current implementation supports this)