You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: