Skip to content

Moved all individual dp, federated, etc arguments to base arguments class...

Saifullah requested to merge xai_torch into main

Moved all individual dp, federated, etc arguments to base arguments class since its easier to handle that way. Added federeated DP learning base. The only problem right now is related to dataloader with num_workers > 0. For some reason it crashes. Need to check!

Merge request reports