parlance / ctcdecode

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

GPU decoding #129

Closed sanakhamekhem closed 4 years ago

sanakhamekhem commented 4 years ago

I would ask about this implementation of ctc decoder, if it uses the GPU accelarations. Thank you in advance.

Slyne commented 4 years ago

It uses CPU.

sanakhamekhem commented 4 years ago

Thank you