phanein / deepwalk

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

Modify for Python 3.x #114

Closed happygirlzt closed 4 years ago

happygirlzt commented 4 years ago

I run the original code and RuntimeError: dictionary changed size during iteration was raised.

The keys() of dictionary returns an iterator instead of a list in Python 3.x

GTmac commented 4 years ago

Could you remove the twitter embedding changes? Seems to be unintended

happygirlzt commented 4 years ago

Could you remove the twitter embedding changes? Seems to be unintended

Done, sorry for inconvenience caused.

GTmac commented 4 years ago

LGTM. Thanks for working on this!