deepwalk icon indicating copy to clipboard operation
deepwalk copied to clipboard

add --binary option and ability to open .gz and .bz2 input files

Open travisbrady opened this issue 10 years ago • 2 comments

Hi Bryan,

Thanks for DeepWalk. I was pleased to see a real useable implementation released with the paper.

I wanted to test DeepWalk a bit but I typically gzip my data files so I added support for that and also the ability to save the resulting model to word2vec's (more compact) binary format. There is also a bit of whitespace cleanup in graph.py

Let me know if you see any issues here. Travis

travisbrady avatar Oct 14 '14 22:10 travisbrady

Pardon me, just tested the binary option and it throws an Exception. Pause on this.

travisbrady avatar Oct 14 '14 23:10 travisbrady

Hey Travis,

Good feature idea, thanks for the patch. I'm in a little bit of a crunch right now, but I can look closely at this sometime in the next week or two if you don't get back to it first.

B

phanein avatar Oct 16 '14 02:10 phanein