-
Notifications
You must be signed in to change notification settings - Fork 37
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
The train/val split in domainnet #6
Comments
if the 'trainset' is only 5% of the total dataset, the training process is too toy and unstable with about 100+ samples per client without pretrained weights. We think the train/val split may be 95% / 5%, but in this code is 5% / 5%. |
I re-implemented this part like this for the domainet dataset (federated/fed_domainnet.py): Replaced this:
By this:
If you use valid_size=0.05 then you get train/val split with 95% / 5% percentages. |
we find that the train sets are kept the same size on all domains as the 'min_data_len' and we think there is a mistake:
FedBN/singleset/single_domainnet.py
Line 120 in 1caf83c
The text was updated successfully, but these errors were encountered: