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
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