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
I receive the below error when running the privacy report (privacy_report.ipynb) from tutorials:
ModuleNotFoundError Traceback (most recent call last) in <cell line: 1>()
----> 1 from tensorflow_privacy.privacy.privacy_tests.membership_inference_attack import membership_inference_attack as mia
2 from tensorflow_privacy.privacy.privacy_tests.membership_inference_attack.data_structures import AttackInputData
3 from tensorflow_privacy.privacy.privacy_tests.membership_inference_attack.data_structures import AttackResultsCollection
4 from tensorflow_privacy.privacy.privacy_tests.membership_inference_attack.data_structures import AttackType
5 from tensorflow_privacy.privacy.privacy_tests.membership_inference_attack.data_structures import PrivacyMetric
ModuleNotFoundError: No module named 'tensorflow_privacy.privacy.privacy_tests'
The text was updated successfully, but these errors were encountered:
I receive the below error when running the privacy report (privacy_report.ipynb) from tutorials:
ModuleNotFoundError Traceback (most recent call last)
in <cell line: 1>()
----> 1 from tensorflow_privacy.privacy.privacy_tests.membership_inference_attack import membership_inference_attack as mia
2 from tensorflow_privacy.privacy.privacy_tests.membership_inference_attack.data_structures import AttackInputData
3 from tensorflow_privacy.privacy.privacy_tests.membership_inference_attack.data_structures import AttackResultsCollection
4 from tensorflow_privacy.privacy.privacy_tests.membership_inference_attack.data_structures import AttackType
5 from tensorflow_privacy.privacy.privacy_tests.membership_inference_attack.data_structures import PrivacyMetric
ModuleNotFoundError: No module named 'tensorflow_privacy.privacy.privacy_tests'
The text was updated successfully, but these errors were encountered: