Open
Description
when i use compute_dp_sgd_privacy, it shows this result. I know the epsilon is the strength of the privacy guarantee, but what does optimal RDP order means?
compute_dp_sgd_privacy.compute_dp_sgd_privacy(n=len(training_sequences), batch_size=250, noise_multiplier=1.3, epochs=15, delta=1e-5)
Output:
DP-SGD with sampling rate = 1.67% and noise_multiplier = 1.3 iterated over 900 steps satisfies differential privacy with eps = 2.46 and delta = 1e-05.
The optimal RDP order is 10.0.
(2.4614490035755816, 10.0)
Metadata
Assignees
Labels
No labels