You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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%.
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: