-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Hi,
I noticed that when using dev/test set with large number of sentences (e.g. CoVoST2's dev/test generally have 15k sentences), the evaluation will hang due to the following error:
2021-11-27 03:49:51 | INFO | simuleval.scorer | Number of sentences: 15492
HTTPConnectionPool(host='localhost', port=12347): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fec33199ca0>: Failed to establish a new connection: [Errno 111] Connection refused'))
After some printing here and there, I suspect this error comes from here . however I'm not familiar with web app so I have no idea how to correct/avoid this error.
Is there any easy solution to this? Much appreciated. @xutaima
EDIT:
Forgot to mention that this does not happen if I use a subset of sentences e.g. 1500 sentences.
Metadata
Metadata
Assignees
Labels
No labels