We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I install all requirements by
cd deepwalk pip install -r requirements.txt python setup.py install
but when I run deepwalk.exe --input example_graphs/karate.adjlist --output karate.embeddings
deepwalk.exe --input example_graphs/karate.adjlist --output karate.embeddings
It shows :ImportError: No module named 'skipgram'
ImportError: No module named 'skipgram'
The text was updated successfully, but these errors were encountered:
This issue looks similar to #22. Can you try his fix, and let me know if it works? Thanks!
Sorry, something went wrong.
Yes, I've fixed this problem after I read the source code.
Thank you very much! And deep walk does work well!
2016年7月6日 +0800 07:40 Haochen [email protected],写道:
This issue looks similar tohttps://github.com//pull/22(url). Can you try his fix, and let me know if it works? Thanks! — You are receiving this because you authored the thread. Reply to this email directly,view it on GitHub(#23 (comment)), ormute the thread(https://github.com/notifications/unsubscribe/AFYtSS52ngUOiEFwphxPxbGTfxs0IRG2ks5qSutxgaJpZM4JE3Pv).
This issue looks similar tohttps://github.com//pull/22(url). Can you try his fix, and let me know if it works? Thanks!
— You are receiving this because you authored the thread. Reply to this email directly,view it on GitHub(#23 (comment)), ormute the thread(https://github.com/notifications/unsubscribe/AFYtSS52ngUOiEFwphxPxbGTfxs0IRG2ks5qSutxgaJpZM4JE3Pv).
No branches or pull requests
I install all requirements by
but when I run
deepwalk.exe --input example_graphs/karate.adjlist --output karate.embeddings
It shows :
ImportError: No module named 'skipgram'
The text was updated successfully, but these errors were encountered: