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
I recently found out about magnitude and was giving it a try. I tried to check the most_similar method, and it is not given an output for several minutes.
Is it supposed to take that long?
The text was updated successfully, but these errors were encountered:
` data_path = 'data/'
w2v_file = 'GoogleNews-vectors-negative300.magnitude'
w2v_vectors = Magnitude(f'{data_path}{w2v_file}')
`
I recently found out about magnitude and was giving it a try. I tried to check the most_similar method, and it is not given an output for several minutes.
Is it supposed to take that long?
The text was updated successfully, but these errors were encountered: