leak test data infromation
libo-huang opened this issue · 1 comments
libo-huang commented
It seems to take the groud truth features from all test data.
In your AdaNPC
, you take all the test data with ground truth labels (e.g., the name with out
datasets) as the prototypes for inference.
AdaNPC/unsupervised_adaptation.py
Lines 327 to 328 in c280d6b
Officially, the condition and 'out' not in name
should be added to avoid such leakage of test-data information.
AdaNPC/domainbed/scripts/unsupervised_adaptation.py
Lines 324 to 325 in c280d6b
yfzhang114 commented
Thanks for your interest. out datasets are a part of source domains, hence the target domain data will not be leaked.