Decoding problem during test

I want to train a simple model for my dataset. You can see my code in this notebook[https://colab.research.google.com/drive/1CEdq0PO2Sf8jCSH_2C7oId1HBKJhDIyg]. Do you know, what is the meaning of this output?

Preprocessing [’./data/test.csv’]
Preprocessing done
Computing acoustic model predictions…
100% (76 of 76) |#########################| Elapsed Time: 0:00:23 Time: 0:00:23
Decoding predictions…
N/A% (0 of 76) | | Elapsed Time: 0:00:00 ETA: --:–:--

It means decoding is in progress. It’s a slow process compared to GPU training, give it some time.

Thanks for your answer. No, its run was finished.

I think the installation of all the required packages of kenlm solved this problem. This is what I did [https://colab.research.google.com/drive/1Mq-Hx9TEl7gfVYNRYqSXv5h-RsgLYHuF]. I’d really appreciate if you confirm the correctness of my code.

Looks reasonable to me.