You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: