yanwii / ChineseNER

基于Bi-GRU + CRF 的中文机构名、人名识别, 支持google bert模型
164 stars 41 forks source link

关于“ModuleNotFoundError: No module named 'bert_base.train'”报错 #10

Closed atomliang closed 5 years ago

atomliang commented 5 years ago

Traceback (most recent call last): File "model.py", line 13, in from bert_base.train import tf_metrics ModuleNotFoundError: No module named 'bert_base.train' 请问是不是缺少什么文件啊

yanwii commented 5 years ago

没装bert?

pip install bert_base
atomliang commented 5 years ago

谢谢,问题已解决