DiceSGD
April 12, 2023 ยท View on GitHub
Existing codes:
- ClippedSGD, Clipped-EFSGD, DPSGD, DiceSGD
- Run
python train.py --algo DPSGD/DiceSGDto train vit_small on Cifar-10
Todos:
- update the calculation of DP noise multipliers for DiceSGD
- Add an ADAM version for DPSGD and DiceSGD
- Add new datasets and models
- Add code for loading pretrained models