Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module Not Found Error #555

Open
WisamAbbasi opened this issue Mar 27, 2024 · 0 comments
Open

Module Not Found Error #555

WisamAbbasi opened this issue Mar 27, 2024 · 0 comments

Comments

@WisamAbbasi
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant