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

EOFError: Ran out of input如何解决 #400

Open naiynaiy opened 2 months ago

naiynaiy commented 2 months ago

Traceback (most recent call last): File "", line 1, in File "D:\ancanda_new\envs\tensorflow\lib\multiprocessing\spawn.py", line 105, in spawn_main exitcode = _main(fd) File "D:\ancanda_new\envs\tensorflow\lib\multiprocessing\spawn.py", line 115, in _main self = reduction.pickle.load(from_parent) EOFError: Ran out of input

naiynaiy commented 2 months ago

TypeError: can't pickle _thread.RLock objects