deepnlp
deepnlp copied to clipboard
Deep Learning NLP Pipeline implemented on Tensorflow
I got this error: `UnicodeDecodeError: 'utf8' codec can't decode byte 0xc2 in position 23: invalid continuation byte` when I run `python ner_model.py`. I tried it on ubuntu16.04 and windows10, both...
运行demo predict.py输出是_UNK ,并且输出结果速度非常慢,请问作者什么原因?tf的版本是0.12 cpu版
你好,作者: 在看text_sum模块时,看headline.py训练时用的是seq2seq_model.py,想问一下,与seq2seq_attn.py和seq2seq_model_attn.py有什么区别呢?
hi, i would like to know what is the ending condition during training in textsum task?