You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to measure the differential privacy guarantee by using the ".compute_dp_sgd_privacy". However, itt show the following error. I installed the package as well. But don't know why that is happen. Could anyone help to solve this problem.
The package 'compute_dp_sgd_privacy' is a binary, meant to be called from the command line. In the package 'compute_dp_sgd_privacy_lib' there is a function 'compute_dp_sgd_privacy', but it is deprecated.
Hi,
I am trying to measure the differential privacy guarantee by using the ".compute_dp_sgd_privacy". However, itt show the following error. I installed the package as well. But don't know why that is happen. Could anyone help to solve this problem.
AttributeError Traceback (most recent call last)
in <cell line: 1>()
----> 1 compute_dp_sgd_privacy.compute_dp_sgd_privacy(n=train_data.shape[0],
2 batch_size=batch_size,
3 noise_multiplier=noise_multiplier,
4 epochs=epochs,
5 delta=1e-5)
AttributeError: module 'tensorflow_privacy.privacy.analysis.compute_dp_sgd_privacy' has no attribute 'compute_dp_sgd_privacy'
The text was updated successfully, but these errors were encountered: