Maluuba / nlg-eval

Evaluation code for various unsupervised automated metrics for Natural Language Generation.

Home Page:http://arxiv.org/abs/1706.09799

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Not found for url" while downloading weights

Wojak27 opened this issue · comments

Hi I have been getting this error while installing your package. I also tried the website in the browser with the same result. Was the link changed?
File "/usr/local/bin/nlg-eval", line 226, in <module> setup() File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/usr/local/bin/nlg-eval", line 155, in setup pool.map(_download_file, downloads) File "/usr/lib/python3.7/multiprocessing/pool.py", line 268, in map return self._map_async(func, iterable, mapstar, chunksize).get() File "/usr/lib/python3.7/multiprocessing/pool.py", line 657, in get raise self._value requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://www.cs.toronto.edu/~rkiros/models/dictionary.txt

+1, looks like those links don't exist anymore

@Wojak27 did you find a workaround for this?

No, unfortunately I needed to use a different package

what is the alternative package you used instead of nlg-eval

this is now fixed via 455b785

please retry the setup and it should work now