deeppavlov/question_generation

Model.t7 not extracted. 404 Not found

nshdesai opened this issue · 2 comments

It seems as though the dropbox link to extract the model is no longer working. Here is my output clipped

shasum: data/model.t7: 
data/model.t7: FAILED open or read
shasum: WARNING: 1 listed file could not be read
----------------Downloading question-generation model----------------
--2018-08-25 10:13:17--  https://www.dropbox.com/s/jtp6ll263lz32xl/model.t7
Resolving www.dropbox.com (www.dropbox.com)... 162.125.6.1, 2620:100:601c:1::a27d:601
Connecting to www.dropbox.com (www.dropbox.com)|162.125.6.1|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: /s/raw/jtp6ll263lz32xl/model.t7 [following]
--2018-08-25 10:13:17--  https://www.dropbox.com/s/raw/jtp6ll263lz32xl/model.t7
Reusing existing connection to www.dropbox.com:443.
HTTP request sent, awaiting response... 404 Not Found
2018-08-25 10:13:17 ERROR 404: Not Found.

----------------Installing python requirements----------------
The directory '/home/ndesai/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/ndesai/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement already satisfied: pycorenlp==0.3.0 in /usr/local/lib/python3.5/dist-packages (from -r requirements.txt (line 1)) (0.3.0)
Requirement already satisfied: pyzmq==16.0.2 in /usr/local/lib/python3.5/dist-packages (from -r requirements.txt (line 2)) (16.0.2)
Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from pycorenlp==0.3.0->-r requirements.txt (line 1)) (2.9.1)
----------------Pulling corenlp and opennmt docker images----------------
3.6.0: Pulling from sld3/corenlp
Digest: sha256:9cdd0d21326868cfcaaaed6e2d1db2507c059c9634378a99df7fd3e0317cb490
Status: Image is up to date for sld3/corenlp:3.6.0
latest: Pulling from sld3/opennmt
Digest: sha256:af916e064bd1e2414f8e3eb7608475e692abdde8265111a7736a88dacf8f1410
Status: Image is up to date for sld3/opennmt:latest
----------------Running corenlp and opennmt servers----------------
c2f76b73b2dc0fad18c0608dfe5b15d723b2595cadbf684e2fa6106e05909d90
353c38e804e0ff8b0fee829ac6c942640d2d953e50b3ad1bbd8840644035ac57
----------------Test output----------------
Waiting had its world premiere at the   Dubai International Film Festival on 11 December 2015 to positive reviews   from critics. It was also screened at the closing gala of the London Asian   Film Festival, where Menon won the Best Director Award.

The code just gets stuck right after this.

hi. Have you solved the problem?

sld commented

Should be solved now
#14