We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/THUDM/cogdl/blob/438f5a9fecc1ae727394b135d2b94714cf35d776/cogdl/models/emb/deepwalk.py#L60-L68
参照gensim的API reference,4.2.0版本gensim.models.word2vec已经不使用 size(应为 vector_size )和 iter (应为 epochs )。
size
vector_size
iter
epochs
The text was updated successfully, but these errors were encountered:
感谢指出这个问题。我们暂时限制了gensim的版本为<4.0。
Sorry, something went wrong.
No branches or pull requests
https://github.com/THUDM/cogdl/blob/438f5a9fecc1ae727394b135d2b94714cf35d776/cogdl/models/emb/deepwalk.py#L60-L68
参照gensim的API reference,4.2.0版本gensim.models.word2vec已经不使用
size
(应为vector_size
)和iter
(应为epochs
)。The text was updated successfully, but these errors were encountered: