Haochen Chen
Haochen Chen
What is the first gensim version that moves from `model` to `model.wv`? We may want to update `requirements.txt` accordingly.
Are you running DeepWalk on Windows? Seems it is the same issue as #18 and #53. Please try the solution in #53 and let me know if it works :)
Please try either of the following two options: * Use Python 2 instead of Python 3 * Upgrade your future package to the latest
I do not have a Windows machine at this moment. Can you check the version of packages which appear in https://github.com/phanein/deepwalk/blob/master/requirements.txt? Are they the same under Ubuntu and Windows on...
@asdfhalkehflkajdhf Nice insights! I will update the repo later to switch to multithreading.
You could try searching for something like "network embedding dynamic update" -- there are quite some recent literatures on this topic. For example: https://www.ijcai.org/Proceedings/2018/0288.pdf
The gensim version is too old -- please try the latest version of gensim and let me know if that works. Thanks!
Sorry for the late reply. For posterity, it seems that gensim is not properly installed on your machine.
> And also I got error : file not exist: karate.embeddings, although I have manually created one. This is the embeddings file produced by DeepWalk on the Karate graph --...
If you take a look at the README, there are some arguments to be specified -- what if you run `deepwalk --input example_graphs/karate.adjlist --output karate.embeddings`?