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

membership inference attack: member/nonmember_word_frequency.txt not found #36

Open
nazmul-md opened this issue Oct 6, 2024 · 0 comments

Comments

@nazmul-md
Copy link

When I run the last command, bash inference.sh, in line 282 of inference.py, it tries to read member/nonmember_word_frequency.txt file which is not exist. So, it shows error. Also, I do not find any other file from where these files can be generated.

File "./../membership_inference/inference/inference.py", line 282, in main
    with open(os.path.join(args.data_dir, f"target/{args.target_model_type}/{label}_word_frequency.txt")) as f:
FileNotFoundError: [Errno 2] No such file or directory: './..//membership_inference/inference/target/code-gpt/member_word_frequency.txt'
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