Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 498 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 498 Bytes
  • Install conda

  • Setup conda environment with environment.yaml

    • Need to set "prefix" to your conda envs directory before creating the conda environment
    • conda env create -f environment.yaml
  • After creating the environment, activate it

    • conda activate FedSSL
  • wandb setup

  • 'scripts' folder contains sample scripts for iid and non-iid FL training

    • sbatch FL_iid.sh