You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: