You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
能否请教一下?
The text was updated successfully, but these errors were encountered:
我使用您文末分享的两个_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'
能否请教一下?
The text was updated successfully, but these errors were encountered: