FALCONN icon indicating copy to clipboard operation
FALCONN copied to clipboard

GloVe example dataset uses non-standard zip format?

Open ludwigschmidt opened this issue 10 years ago • 2 comments

When I try to run the GloVe example on my Mac, I get the following error: http://pastebin.com/heW2aF5P

The unzip version is http://pastebin.com/W7ykXz8G .

The SHA1 seems to match what towhee gets (where the file is correctly unzipped):

$ shasum glove.840B.300d.zip 8084fbacc2dee3b1fd1ca4cc534cbfff3519ed0d glove.840B.300d.zip

The GloVe file doesn't belong to us. Can we do something about this?

ludwigschmidt avatar Dec 31 '15 14:12 ludwigschmidt

Decompressing with 7zip works:

7za x glove.840B.300d.zip

7zip can easily be installed on Macs via homebrew install p7zip

ludwigschmidt avatar Dec 31 '15 15:12 ludwigschmidt

Might be good to make the script a bit more robust, e.g., like http://unix.stackexchange.com/questions/15415/bash-run-command2-if-command1-fails

ludwigschmidt avatar Mar 16 '16 20:03 ludwigschmidt