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
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'
The text was updated successfully, but these errors were encountered:
ShuaiXuan
changed the title
help
No such file or directory: './save_axiom_prob/axiom_prob.pickle'
Oct 14, 2022
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'
The text was updated successfully, but these errors were encountered: