Browse Source

Optimize api-python description

tags/v1.3.0
jin-xiulang 4 years ago
parent
commit
22fa28f146
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindarmour/privacy/diff_privacy/monitor/monitor.py

+ 1
- 1
mindarmour/privacy/diff_privacy/monitor/monitor.py View File

@@ -377,7 +377,7 @@ class ZCDPMonitor(Callback):
conventional differential privacy (ε, δ) as below: conventional differential privacy (ε, δ) as below:


.. math:: .. math::
(ρ+2\sqrt{ρlog(1/δ)}, δ)
(ρ+2\sqrt{ρ*log(1/δ)}, δ)


It should be noted that ZCDPMonitor is not suitable for subsampling It should be noted that ZCDPMonitor is not suitable for subsampling
noise mechanisms(such as NoiseAdaGaussianRandom and NoiseGaussianRandom). noise mechanisms(such as NoiseAdaGaussianRandom and NoiseGaussianRandom).


Loading…
Cancel
Save