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.69k stars 1.25k forks source link

job生成后没有返回结果 #267

Closed blankxyz closed 4 years ago

blankxyz commented 4 years ago

你好,我使用的是您预训练的分类模型。 text classification model from: https://pan.baidu.com/s/1oFPsOUh1n5AM2HjDIo2XCw, ex_code: bbu8

执行后得到

InvalidArgumentError (see above for traceback): Input to reshape is a tensor with 384 values, but the requested shape has 606

macanv commented 4 years ago

输入参数维度有问题,自己check一下吧。