sebischair / Lbl2Vec

Lbl2Vec learns jointly embedded label, document and word vectors to retrieve documents with predefined topics from an unlabeled document corpus.

Home Page:https://wwwmatthes.in.tum.de/pages/naimi84squl1/Lbl2Vec-An-Embedding-based-Approach-for-Unsupervised-Document-Retrieval-on-Predefined-Topics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saved the trained model using pickle (and also using the lbl2vec save feature) and when I tried to load in a custom module, it gives the following error "No module named lbl2vec.sav"

ajayrag opened this issue · comments

It is situated in a path where there are other models and they are loaded the same way successfully. Does anyone have any idea why this is happening?