Hi,
In your released code, I cannot see the data augmentation operations in train_ELCFS.py which are introduced in your paper. We can only see you use the ToTensor() operation, which is weird.
We performed the data augmentation offline and saved the augmented data as 'npy' format, in order to save the time cost for data loading and speed up the federated learning process.
Hi, In your released code, I cannot see the data augmentation operations in train_ELCFS.py which are introduced in your paper. We can only see you use the ToTensor() operation, which is weird.