parlance/ctcdecode

Google colab crash immediately when using decoder.decode(...).

LeDuySon opened this issue · 2 comments

When im using decode method, my google colab end its session immediately

Did it get resolved?

You can check the logs, this seems to happen whenever an assertion fails. I have the log
FATAL: "(probs_seq[i].size()) == (vocabulary.size())" check failed. The shape of probs_seq does not match with the shape of the vocabulary
which causes colab to crash. It would be good if we could avoid crashing colab and just print an error message though