GlassyWing / bi-lstm-crf

使用keras实现的基于Bi-LSTM + CRF的中文分词+词性标注
Apache License 2.0
373 stars 84 forks source link

能否请教一下,仍然是default-config.json问题 #10

Open deardeerluluu opened 5 years ago

deardeerluluu commented 5 years ago

我使用您文末分享的两个_dic.json和default-config.json搭配使用是可以正常训练的,但是加入预训练字向量的路径后出现和之前几位仁兄一样的报错:

KeyError: 'max_num_words' Traceback (most recent call last): File "train_example_emb.py", line 55, in save_config(segmenter, config_save_path) File "/home/ziyao/projects/bi-lstm-crf/dl_segmenter/init.py", line 9, in save_config json.dump(obj.get_config(), file) AttributeError: 'NoneType' object has no attribute 'get_config'

能否请教一下?

longlong520 commented 4 years ago

解决了吗?我也遇到了同样的问题。

deardeerluluu commented 4 years ago

解决了吗?我也遇到了同样的问题。 没有