- ClippedSGD, Clipped-EFSGD, DPSGD, DiceSGD
- Run
python train.py --algo DPSGD/DiceSGD
to train vit_small on Cifar-10
- 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