tensorflow / tensorflow/privacy

Module Not Found Error

Open
#555 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.