Skip to content
New issue

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

node2vec: Embeddings for Graph Data #4

Open
pshrikanth opened this issue Apr 17, 2019 · 0 comments
Open

node2vec: Embeddings for Graph Data #4

pshrikanth opened this issue Apr 17, 2019 · 0 comments

Comments

@pshrikanth
Copy link

hi ,

while executing your code of node2vec following error was occurred, how to resolve it kindly suggest me

Traceback (most recent call last):

File "", line 15, in
node2vec = Node2Vec(graph, dimensions=20, walk_length=16, num_walks=100, workers=2)

File "C:\Users\pshrikant\AppData\Local\Continuum\anaconda3\lib\site-packages\node2vec\node2vec.py", line 71, in init
self.walks = self._generate_walks()

File "C:\Users\pshrikant\AppData\Local\Continuum\anaconda3\lib\site-packages\node2vec\node2vec.py", line 158, in _generate_walks
in enumerate(num_walks_lists, 1))

File "C:\Users\pshrikant\AppData\Local\Continuum\anaconda3\lib\site-packages\joblib\parallel.py", line 934, in call
self.retrieve()

File "C:\Users\pshrikant\AppData\Local\Continuum\anaconda3\lib\site-packages\joblib\parallel.py", line 833, in retrieve
self._output.extend(job.get(timeout=self.timeout))

TypeError: 'NoneType' object is not iterable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant