phanein / deepwalk

DeepWalk - Deep Learning for Graphs
http://www.perozzi.net/projects/deepwalk/
Other
2.68k stars 826 forks source link

dict.keys() in Python3 #1

Closed phanein closed 6 years ago

phanein commented 10 years ago

dict.keys() returns an iterable instead of a list (e.g: graph.py:142)

Thanks to Shitian Shen (NCSU) for reporting.