cotitan
cotitan
I'm doing some research on text summarization where a vocabulary file is important. On decode stage, we also need to generate a sequence word by word, and each word is...
@Xui-han I encountered the same problem with you. Have you solve it?
找了一下,貌似是只修改了这几个地方。 ``` main.py: flags.DEFINE_string("tag_schema", "iob", "tagging schema iobes or iob") flags.DEFINE_string("model_type", "idcnn", "Model type, can be idcnn or bilstm") 训练集校验集测试集路径 ``` bi-lstm没试过
使用bi-lstm也还是一样有负数。 2018-03-23 10:31:47,184 - log/train.log - INFO - iteration:91 step:90/1449, NER loss:-508.557159 2018-03-23 10:31:52,024 - log/train.log - INFO - iteration:91 step:190/1449, NER loss:-1885.943604 2018-03-23 10:31:56,336 - log/train.log - INFO -...