IterE icon indicating copy to clipboard operation
IterE copied to clipboard

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

Open ShuaiXuan opened this issue 2 years ago • 0 comments

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 avatar Oct 14 '22 02:10 ShuaiXuan