I am using gensim word2vec package in python.
I would like to retrieve the W
and W'
weight matrices that have been learn during the skip-gram learning.
It seems to me that model.syn0
gives me the first one but I am not sure how I can get the other one. Any idea?
I would actually love to find any exhaustive documentation on models accessible attributes because the official one does not seem to be precise (for instance syn0
is not described as an attribute)