-
How to run
- conda env create --name env_name --file=cenv.yml
- it will also add this conda env in your base jupyter notebook, look for reference
- conda activate env_name
- 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
- conda env create --name env_name --file=cenv.yml
-
Run the notebooks in https://github.com/harshkasyap/FL-Hyperdeimensional-PoisoningAttack/tree/main/src/hdc-dp/hda
-
Change the configuraiton from https://github.com/harshkasyap/FL-Hyperdeimensional-PoisoningAttack