parlance / ctcdecode

PyTorch CTC Decoder bindings
MIT License
829 stars 245 forks source link

RuntimeError: Resource temporarily unavailable #219

Open mbpictures opened 1 year ago

mbpictures commented 1 year ago

Hi!

I'm receiving a "Resource temporarily unavailable" error:

File "/root/anaconda3/lib/python3.9/site-packages/ctcdecode/__init__.py", line 106, in decode
    ctc_decode.paddle_beam_decode(
RuntimeError: Resource temporarily unavailable

after some time calls of the "decode" method. Do you know what's causing the issue? I already reduced the "num_processes" parameter without any effect.