private-ml-for-health icon indicating copy to clipboard operation
private-ml-for-health copied to clipboard

Dopamine: Differentially Private Federated Learning on Medical Data (AAAI - PPAI)

Results 1 private-ml-for-health issues
Sort by recently updated
recently updated
newest added

Thanks for providing the code. But when I'm running `python src/federated_main_s2.py --epochs=1 --num_users=1 --frac=1. --local_ep=100 --local_bs=50 --virtual_batch_size=50 --optimizer='sgd' --lr=0.001 --momentum=0.9 --dataset='dr' --dr_from_np=1 --withDP=1 --max_grad_norm=2. --noise_multiplier=1. --delta=1e-4` An error occurred: ![1683532359036](https://user-images.githubusercontent.com/87418508/236767626-a0c51171-799a-4f01-8867-41f26bc48191.png)...