-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to load Doc2Vec model #13
Comments
@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
<#13 (comment)>,
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 :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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'>
The text was updated successfully, but these errors were encountered: