Hello, developers!
I want to apply Opacus to the model training of federated differential privacy.
I decide to preform differential privacy training on each client-side model, and send the noisy gradients of each client to the server, for averaging and aggregating the gradients to update the model.
How can I calculate the overall privacy budget rather than generated by client-side model in federated differential privacy training using Opacus?
Hello, developers!
I want to apply Opacus to the model training of federated differential privacy.
I decide to preform differential privacy training on each client-side model, and send the noisy gradients of each client to the server, for averaging and aggregating the gradients to update the model.
How can I calculate the overall privacy budget rather than generated by client-side model in federated differential privacy training using Opacus?