macanv / BERT-BiLSTM-CRF-NER

Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
https://github.com/macanv/BERT-BiLSMT-CRF-NER
4.72k stars 1.26k forks source link

使用-mode=BERT时,python运行停止 #205

Open CrawlingForward opened 5 years ago

CrawlingForward commented 5 years ago

as you see: mode: If mode is NER/CLASS, then the service identified by the Named Entity Recognition/Text Classification will be started. If it is BERT, it will be the same as the [bert as service] project. bert_model_dir: bert_model_dir is a BERT model, you can download from https://github.com/google-research/bert

我按照上面提到的 设置“-mode=BERT”,出现python停止工作的问题,请问你知道问出在哪吗? 环境 python3.6,tf1.14

macanv commented 5 years ago

具体一点。