Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 490 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 490 Bytes

Deep Leakage from gradients

Paper Link: https://arxiv.org/abs/1906.08935

Clone the repository

git clone https://github.com/FaisalAhmed0/Deep-Leakage-from-Gradients

you can setup a new environment and install requirements.txt

conda create -n dlfg_env 
pip3 install -r requirements.txt 

activate the new environment and run train.py

conda activate dlfg_env 
python train.py --dataset mnist

TODO

  1. Evalute the algorithm on text.