phanein / deepwalk

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

RuntimeError: dictionary changed size during iteration #103

Closed ahsanfarooqui closed 4 years ago

ahsanfarooqui commented 4 years ago

can you share format for edgelist? Are they comma sepearated or tab sepearated?

GTmac commented 4 years ago

I know this is very late reply, but it is space separated.

LaneMatthewJ commented 2 years ago

In case anyone came here with this error - I was receiving it because I left --format edgelist out of my bash command.