Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 634 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 634 Bytes

hdfl

HDC-based FL

  • If Conda enviroment

    • conda env create --name hdfl --file=cenv.yml
      • it will also add this conda env in your base jupyter notebook, look for reference
    • conda activate hdfl
    • open host_ip:port for opening jupyter notebook
      • jupyter notebook --no-browser --ip="*" --port=xxxx --NotebookApp.token='xx' --NotebookApp.iopub_data_rate_limit=1.0e1000
  • Run src/hdfl/fl-irbr.ipynb or src/hdfl/fl-irbr.py and make changes as required by looking paramaters from cfgs/fedargs.py