Not able to load Doc2Vec model
I am Directly running the pre-trained system to get the labels using gensim 4.1.2 on windows machine. Also i downloaded doc2vec and word2vec models from the links given in description.
Doc2Vec.load(r'model\docvecmodel.d2v')
Error : AttributeError: Can't get attribute 'DocvecsArray' on <module 'gensim.models.doc2vec' from 'c:\programdata\anaconda3\envs\nlpdev3.6\lib\site-packages\gensim\models\doc2vec.py'>
@rrrajat04 Did you find a workaround or train a new model for this issue?
Hi Did you find the solution for the error?
Hi, Nope i didn't found any workaround solution for the issue instead i used DBpedia api to extract topic from a text.
Thanks & Regards, Rajat
On Wed, Jan 19, 2022, 10:06 AM abhinav922 @.***> wrote:
@rrrajat04 https://github.com/rrrajat04 Did you find a workaround or train a new model for this issue?
— Reply to this email directly, view it on GitHub https://github.com/sb1992/NETL-Automatic-Topic-Labelling-/issues/13#issuecomment-1016074267, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKDSJF7GNZN6YW3I2RKRPSTUWY5VPANCNFSM5HQOX6RA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you were mentioned.Message ID: @.***>
@rrrajat04 Thanks for the info :)