Skip to content

Error in wordtovec #1

@rajitnair

Description

@rajitnair

Dear I am getting an error when I am executing the code in python3, code is given below
from gensim.models import word2vec
w2vec = get_word2vec(
MySentences(
df_train['Text'].values,
df_val['Text'].values
),
'w2vmodel'
)
Error is:
w2vmodel not found. training model

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions