xinyadu / memory_docie

12 stars 2 forks source link

Missing key files: preprocessed_KAIROS0/test.jsonl #1

Open OPilgrim opened 2 years ago

OPilgrim commented 2 years ago

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?

chiennv2000 commented 2 years ago

i got the same problem as you

xxllp commented 2 years ago

????

zhangyx0417 commented 2 years ago

the same!

heng840 commented 2 years ago

please run the KAIROS_data_module.py first

lby129 commented 2 years ago

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'

OPilgrim commented 2 years ago

I've given up on KAIROS

GreatYYX commented 1 year ago

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