Option to only dump random walks to disk and skip training#5
Option to only dump random walks to disk and skip training#5viveksck wants to merge 6 commits intophanein:masterfrom
Conversation
… required version of gensim 0.10.2 cannot be added because of a bug in gensim where easy_install gensim fails for 0.10.2. Refer https://groups.google.com/forum/#!topic/gensim/NSOXuP4IE9Q
|
In [1]: import gensim In [2]: gensim.version vvkulkarni@descartes:~/deepwalk$ deepwalk --input ./example_graphs/karate.adjlist --output karate.embeddings vvkulkarni@descartes:~/deepwalk$ ls -ltr karate.embeddings |
|
This is the solution I used in polyglot |
|
Pushing in changes to only dump walks if needed. Change needed for extended work. vvkulkarni@curie: |
gensim version downgraded to 0.10.1 as 0.10.2 does not install via easy_install due to this bug: https://groups.google.com/forum/#!topic/gensim/NSOXuP4IE9Q