phanein / deepwalk

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

UnicodeDecodeError: 'gbk' codec can't decode bytes #48

Closed Ashinhuang closed 6 years ago

Ashinhuang commented 6 years ago

I try the karate.adjlist is success, but try 'blogcatalog.mat' is fail, thanks for the help! image

GTmac commented 6 years ago

You need to add an additional argument --format mat to specify that your input is a .mat file.

Ashinhuang commented 6 years ago

Thanks, it run like this,does that mean run successfully? image

GTmac commented 6 years ago

Yes, blogcatalog.embeddings is your output.