Maluuba / nlg-eval

Evaluation code for various unsupervised automated metrics for Natural Language Generation.
http://arxiv.org/abs/1706.09799
Other
1.34k stars 222 forks source link

FileNotFoundError: [Errno 2] No such file or directory: '/root/.config/nlgeval/rc.json' #112

Closed jack-wxm closed 3 years ago

jack-wxm commented 3 years ago

why can not find rc.json?

juharris commented 3 years ago

Maybe it got deleted? Try running nlg-eval --setup again.

jack-wxm commented 3 years ago

Maybe it got deleted? Try running nlg-eval --setup again.

show this mistake: requests.exceptions.ConnectionError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /moses-smt/mosesdecoder/b199e654df2a26ea58f234cbb642e89d9c1f269d/scripts/generic/multi-bleu.perl (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f2fab699cc0>: Failed to establish a new connection: [Errno 111] Connection refused',)) it have downloaded glove.txt and other files

temporaer commented 3 years ago

maybethe error is transient, I cannot reproduce on my end. Please make sure you able to access https://raw.githubusercontent.com/moses-smt/mosesdecoder/b199e654df2a26ea58f234cbb642e89d9c1f269d/scripts/generic/multi-bleu.perl in the browser?