Closed Xiao-Chenguang closed 4 weeks ago
Setting SEED does make the experiments reproducible under CPU execution, but not with CUDA.
The example fedavg_demo.py is reproducible (with CPU). cuda_demo.py is not (with cuda). PyTorch Reproducibility may helps.
Setting SEED does make the experiments reproducible under CPU execution, but not with CUDA.