stanleylsx / entity_extractor_by_ner

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

python版本 #50

Closed NanshineLoong closed 2 years ago

NanshineLoong commented 2 years ago

是不是必须用Python3.7才能无错安装依赖

NanshineLoong commented 2 years ago

用Python3.8会在下面这两行之后报一大堆错

Building wheels for collected packages: numpy
  Building wheel for numpy (setup.py) ... \

用python3.7会出现不能使用GPU的情况:

image
stanleylsx commented 2 years ago

你要安装cudnn和cudn才能使用,具体参考这篇文章https://blog.csdn.net/Flying_sfeng/article/details/109777300