-
Notifications
You must be signed in to change notification settings - Fork 24
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
Doc2Vec.load('./model') #6
Comments
用默认的那个试试,网上搜搜就有了 |
默认的是哪个? |
这个文件下面有个注释掉的代码,可以用那个训练一个模型保存下来。 model = Doc2Vec(documents, vector_size=100, window=2, min_count=1, workers=4)from gensim.test.utils import get_tmpfilefname = ‘the path you save your model’model.save(fname) |
这个项目是对已经检测出来的表格做结构化输出?,没有表格检测 |
对的 |
碰见相同的问题,请问解决了吗? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请问./mode下文件有?是什么文件?
The text was updated successfully, but these errors were encountered: