tensorflow / tensorflow/privacy
Module Not Found Error
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2k
- Forks
- 477
- Avg merge
- 22h 12m
- Merged PRs (30d)
- 1
Description
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'
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with tutorials/privacy_report.ipynb and reproduce the import cell that raises ModuleNotFoundError for tensorflow_privacy. Trace the missing privacy_tests module and confirm the tutorial runs without that import error; the issue does not identify a target test or replacement path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python, tensorflow
- Domain
- documentation, machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100