forked from 626_privacy/tensorflow_privacy
9106a04e2c
Prior to this change the PrivacyLedger is running to keep a log of private queries, but the ledger is not actually used to compute the (epsilon, delta) guarantees. This CL adds a function to compute the RDP directly from the ledger. Note I did verify that the tutorial builds and runs with the changes and for the first few iterations prints the same epsilon values as before the change. PiperOrigin-RevId: 241063532 |
||
---|---|---|
.. | ||
__init__.py | ||
compute_dp_sgd_privacy.py | ||
privacy_ledger.py | ||
privacy_ledger_test.py | ||
rdp_accountant.py | ||
rdp_accountant_test.py | ||
tensor_buffer.py | ||
tensor_buffer_test.py |