- Create a Python environment:
conda create -n powertf python=3.11
conda activate powertf- Clone this repository:
git clone https://github.com/xuefeng-xu/powertf.git && cd powertf- Install dependencies:
pip install -e .For training experiments, see train/README.md.
For numerical experiments, see numerical/README.md.
For federated experiments, see federated/README.md.
Plots are saved under ./img/*.pdf