Skip to content
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

Open
cqray1990 opened this issue May 21, 2021 · 6 comments
Open

Doc2Vec.load('./model') #6

cqray1990 opened this issue May 21, 2021 · 6 comments

Comments

@cqray1990
Copy link

请问./mode下文件有?是什么文件?

@whalefa1I
Copy link

用默认的那个试试,网上搜搜就有了

@cqray1990
Copy link
Author

默认的是哪个?

@kxzj
Copy link

kxzj commented May 22, 2021

这个文件下面有个注释掉的代码,可以用那个训练一个模型保存下来。

model = Doc2Vec(documents, vector_size=100, window=2, min_count=1, workers=4)

from gensim.test.utils import get_tmpfile

fname = ‘the path you save your model’

model.save(fname)

@cqray1990
Copy link
Author

这个项目是对已经检测出来的表格做结构化输出?,没有表格检测

@whalefa1I
Copy link

这个项目是对已经检测出来的表格做结构化输出?,没有表格检测

对的

@AlbertDong23
Copy link

碰见相同的问题,请问解决了吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants