Advertisement
Guest User

Untitled

a guest
Dec 31st, 2015
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. $ ./prepare-dataset.sh
  2. --2015-12-31 14:44:19-- http://nlp.stanford.edu/data/glove.840B.300d.zip
  3. Resolving nlp.stanford.edu... 171.64.67.140
  4. Connecting to nlp.stanford.edu|171.64.67.140|:80... connected.
  5. HTTP request sent, awaiting response... 200 OK
  6. Length: 2176768927 (2.0G) [application/zip]
  7. Saving to: 'glove.840B.300d.zip'
  8.  
  9. glove.840B.300d.zip 100%[============================================================================================================================================>] 2.03G 2.75MB/s in 13m 17s
  10.  
  11. 2015-12-31 14:57:36 (2.61 MB/s) - 'glove.840B.300d.zip' saved [2176768927/2176768927]
  12.  
  13. Archive: glove.840B.300d.zip
  14. warning [glove.840B.300d.zip]: 76 extra bytes at beginning or within zipfile
  15. (attempting to process anyway)
  16. error [glove.840B.300d.zip]: reported length of central directory is
  17. -76 bytes too long (Atari STZip zipfile? J.H.Holm ZIPSPLIT 1.1
  18. zipfile?). Compensating...
  19. skipping: glove.840B.300d.txt need PK compat. v4.5 (can do v2.1)
  20.  
  21. note: didn't find end-of-central-dir signature at end of central dir.
  22. (please check that you have transferred or created the zipfile in the
  23. appropriate BINARY mode and that you have compiled UnZip properly)
  24. Traceback (most recent call last):
  25. File "./convert.py", line 6, in <module>
  26. with open('dataset/glove.840B.300d.txt', 'r') as inf:
  27. IOError: [Errno 2] No such file or directory: 'dataset/glove.840B.300d.txt'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement