This repository contains the official PyTorch implementation for the paper:
- Minui Hong, Junhyeog Yun, Insu Jeon, and Gunhee Kim. "FedAvP: Augmenting Local Data via Shared Policy in Federated Learning." NeurIPS 2024. [paper]
Note: This repository will be further updated soon.
|
![]() |
|---|
- Python 3.7.12
- PyTorch 1.13.1
The dataset will be automatically downloaded when you run the code.
python fedavp_FastUpdate.pypython fedavp.pyThis code is adapted from the following implementations:

