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
File "F:/project/CAIL2022/xxcq/baseline/main.py", line 469, in
train_examples = processor.get_train_examples('train.sent','train.pointer','train.ner',datatype=datatype)
File "F:\project\CAIL2022\xxcq\baseline\data_load_joint.py", line 83, in get_train_examples
alltext, tag_label, nertag, spantag = self._read_files(os.path.join(self.data_dir, filename),
File "F:\project\CAIL2022\xxcq\baseline\data_load_joint.py", line 141, in _read_files
fin = open(path, 'r', encoding='utf-8')
信息抽取(xxcq)条目,运行基线模型报错,没有train.sent等文件,在项目中确实没找到相关文件,请问这个问题怎么解决?是否是我的项目运行顺序有误,xxcq栏目python文件该如何运行呢?
The text was updated successfully, but these errors were encountered:
File "F:/project/CAIL2022/xxcq/baseline/main.py", line 469, in train_examples = processor.get_train_examples('train.sent','train.pointer','train.ner',datatype=datatype) File "F:\project\CAIL2022\xxcq\baseline\data_load_joint.py", line 83, in get_train_examples alltext, tag_label, nertag, spantag = self._read_files(os.path.join(self.data_dir, filename), File "F:\project\CAIL2022\xxcq\baseline\data_load_joint.py", line 141, in _read_files fin = open(path, 'r', encoding='utf-8') 信息抽取(xxcq)条目,运行基线模型报错,没有train.sent等文件,在项目中确实没找到相关文件,请问这个问题怎么解决?是否是我的项目运行顺序有误,xxcq栏目python文件该如何运行呢?
File "F:/project/CAIL2022/xxcq/baseline/main.py", line 469, in
train_examples = processor.get_train_examples('train.sent','train.pointer','train.ner',datatype=datatype)
File "F:\project\CAIL2022\xxcq\baseline\data_load_joint.py", line 83, in get_train_examples
alltext, tag_label, nertag, spantag = self._read_files(os.path.join(self.data_dir, filename),
File "F:\project\CAIL2022\xxcq\baseline\data_load_joint.py", line 141, in _read_files
fin = open(path, 'r', encoding='utf-8')
信息抽取(xxcq)条目,运行基线模型报错,没有train.sent等文件,在项目中确实没找到相关文件,请问这个问题怎么解决?是否是我的项目运行顺序有误,xxcq栏目python文件该如何运行呢?
The text was updated successfully, but these errors were encountered: