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

No such file or directory: './save_axiom_prob/axiom_prob.pickle' #12

Open
ShuaiXuan opened this issue Oct 14, 2022 · 0 comments
Open

No such file or directory: './save_axiom_prob/axiom_prob.pickle' #12

ShuaiXuan opened this issue Oct 14, 2022 · 0 comments

Comments

@ShuaiXuan
Copy link

Traceback (most recent call last):
File "/Users/apple/Downloads/IterE-master/main.py", line 94, in
main()
File "/Users/apple/Downloads/IterE-master/main.py", line 85, in main
experiment.train()
File "/Users/apple/Downloads/IterE-master/experiment.py", line 88, in train
axioms_probability = self.update_axiom()
File "/Users/apple/Downloads/IterE-master/experiment.py", line 429, in update_axiom
with open('./save_axiom_prob/axiom_prob.pickle', 'wb') as f: pickle.dump(axiom_pro, f, pickle.HIGHEST_PROTOCOL)
FileNotFoundError: [Errno 2] No such file or directory: './save_axiom_prob/axiom_prob.pickle'

@ShuaiXuan ShuaiXuan changed the title help No such file or directory: './save_axiom_prob/axiom_prob.pickle' Oct 14, 2022
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