Open bung87 opened 5 years ago
测试脚本如下 https://github.com/bung87/bi-lstm-crf/blob/master/examples/decode_example.py
你这是张量分段错误,请查看你运行的时候,是否另一个进程同时使用tensorflow
检查了 前面都注释掉 只留最后一行segmenter.decode_texts(lines) 也是一样的。
segmenter.decode_texts(lines)
测试脚本如下 https://github.com/bung87/bi-lstm-crf/blob/master/examples/decode_example.py