tensorflow / privacy

Library for training machine learning models with privacy for training data
Apache License 2.0
1.9k stars 443 forks source link

Module Not Found Error #555

Open WisamAbbasi opened 3 months ago

WisamAbbasi commented 3 months ago

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'