xinyadu / memory_docie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing key files: preprocessed_KAIROS0/test.jsonl

OPilgrim opened this issue · comments

Traceback (most recent call last):
File "train.py", line 202, in
main()
File "train.py", line 158, in main
model = GenIEModel(args)
File "/nfs/users/memory_docie/src/genie/model.py", line 111, in init
with open("preprocessed_KAIROS0/test.jsonl", 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'preprocessed_KAIROS0/test.jsonl'

Excuse me, what is 'preprocessed_KAIROS0/test.jsonl' and how to obtain it?

i got the same problem as you

????

the same!

please run the KAIROS_data_module.py first

commented

i got the same problem. When I try to run the KAIROS_data_module.py I got a new problem:
FileNotFoundError: [Errno 2] No such file or directory: 'preprocessed_KAIROS/train.jsonl'

I've given up on KAIROS

We had the code fixed while reproducing this work. Please refer to https://github.com/GreatYYX/csci662_memory_docie.