deardeerluluu

Results 2 issues of deardeerluluu

Hi~ I have successfully run your wonderful code. But I want to know more details about embedding character (5103 vectors) What is the source of these characters and have you...

我使用您文末分享的两个_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'...