stanleylsx / entity_extractor_by_ner

基于Tensorflow2.3开发的NER模型,都是CRF范式,包含Bilstm(IDCNN)-CRF、Bert-Bilstm(IDCNN)-CRF、Bert-CRF,可微调预训练模型,可对抗学习,用于命名实体识别,配置后可直接运行。
393 stars 74 forks source link

代码有点问题 #13

Closed CoderBinGe closed 3 years ago

CoderBinGe commented 3 years ago

data.py的prepare方法,我输出的X矩阵和y向量都为空

stanleylsx commented 3 years ago

data.py的prepare方法,我输出的X矩阵和y向量都为空

你用的哪个版本?描述不清楚我没有办法解决。

CoderBinGe commented 3 years ago

详见colab

stanleylsx commented 3 years ago

详见colab

我看了你的代码,是自己片取的项目代码。我只能保证我仓库代码不出问题,你可能需要自己多调试下你的代码。