phanein/deepwalk

Questions about skipgram.py

lxzmxl opened this issue · 1 comments

There is only one init method in class Skipgram, where is the concrete implementation?

GTmac commented

The concrete implementation is provided by Gensim: https://github.com/RaRe-Technologies/gensim/blob/develop/gensim/models/word2vec.py#L623

But keep in mind that we were using an older version of gensim for DeepWalk, so this one should only be treated as a reference.