nlpxucan / ZRKGC

38 stars 10 forks source link

file "qkr_train.src.10000" is missing #2

Open jind11 opened 3 years ago

jind11 commented 3 years ago

When I ran "bash test.sh", I encountered this error: Traceback (most recent call last): File "PPL.py", line 22, in from PPL_modeling import BertForPreTrainingLossMask File "/home/ec2-user/ZRKGC/PPL_modeling.py", line 56, in with open("qkr_train.src.10000", encoding="utf-8") as file: FileNotFoundError: [Errno 2] No such file or directory: 'qkr_train.src.10000'

What is this file "qkr_train.src.10000"?

nlpxucan commented 3 years ago

When I ran "bash test.sh", I encountered this error: Traceback (most recent call last): File "PPL.py", line 22, in from PPL_modeling import BertForPreTrainingLossMask File "/home/ec2-user/ZRKGC/PPL_modeling.py", line 56, in with open("qkr_train.src.10000", encoding="utf-8") as file: FileNotFoundError: [Errno 2] No such file or directory: 'qkr_train.src.10000'

What is this file "qkr_train.src.10000"?

I am preparing the final version for camera-ready, please wait several days, thanks

yumoxu commented 3 years ago

@nlpxucan Hi Can, thanks for your nice work! I am also facing the same problem and wondering if you have any update on this?