OpenSeq2Seq
OpenSeq2Seq copied to clipboard
Error while obtaining timestamps (dump_to_time.py)
Hello,
I used the OpenSeq2Seq container (nvcr.io/nvidia/tensorflow:19.05-py3) to train a DeepSpeech model using my own data. I tried to obtain the timestamps following the steps from here 1. Due the fact that the config ‘infer_logits_to_pickle’: True in the decoder params was not recognized in that container version, I switched to the latest one (nvcr.io/nvidia/tensorflow:19.10-py3). But when I tried to run ./scripts/dump_to_time.py I got the following error:
Warning: no calibration parameters were provided, using zeros instead
Traceback (most recent call last):
File "./scripts/dump_to_time.py", line 51, in
Please guide me to a solution to obtain the timestamps in OpenSeq2Seq using a DeepSpeech model. Could be an issue because I trained with a different container version than the latest one, which I’m using for inference?
Thank you!