Loading LDA model from ./lda-train-document-lemma-topic-512-iter-1000...
Start decoding in ./xsum-preprocessed/document-lemma-topic-512-iter-1000...
Traceback (most recent call last):
File "scripts/lda-gensim-decoding-document-lemma.py", line 62, in
bow = lda.id2word.doc2bow(doc)
AttributeError: 'NoneType' object has no attribute 'doc2bow'
Loading LDA model from ./lda-train-document-lemma-topic-512-iter-1000... Start decoding in ./xsum-preprocessed/document-lemma-topic-512-iter-1000... Traceback (most recent call last): File "scripts/lda-gensim-decoding-document-lemma.py", line 62, in
bow = lda.id2word.doc2bow(doc)
AttributeError: 'NoneType' object has no attribute 'doc2bow'