Closed Damon328 closed 1 year ago
If the vision transformer is applied as baseline, and if the validation dataset is a union validation dataset, then it is normal that the results of difference clients are the same. For Retina and Cifar-10, we use the union validation dataset, thus it is normal that each client has the same validation acc.
Hello, Thanks for the interesting work!
Train Model:
python train_FedAVG.py --FL_platform ViT-FedAVG --net_name ViT-small --dataset cifar10 --E_epocmax_communication_rounds 100 --num_local_clients -1 --split_type split_3 --save_model_flag
Then , I find that every client has same Valid metric after first train and have tried many times in different ways with the same result. I'm not sure that is a normal result.
Thanks!