parlance / ctcdecode

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

NOT ENOUGH SPACE #98

Open AldoPastore opened 5 years ago

AldoPastore commented 5 years ago

Hi, i m getting a runtime error 'RuntimeError: Not enough space' just whrn i run the tests.py how can i fix this problem? thanks a lot

moliqingwa commented 5 years ago

I have the same issue too

Augustusmyc commented 5 years ago

I have the same issue too

marekrydlewski commented 5 years ago

Got the same issue, did you manage to fix that? @AldoPastore @moliqingwa Tried trie/probing and different parameters for beam decoder but it didn't help. It looks like there is no enough space on hard disk, but I got like 100GB free place...

baicaitongee commented 4 years ago

me too ,i run the masr that used ctcdecode as a decoder and i got runtime error 'RuntimeError: Not enough space' on raspberry pi (4GB+16GB)