Inference with .ckpt file using tlt

Is there a way to run tlt speech_to_text infer with a .ckpt checkpoint?

Or, if not, a way to convert a .ckpt to .tlt format?

I’m running tlt fine-tuning with large training set, and would like to run an inference test on an intermediate checkpoint since it will take several weeks to complete all epochs.

Hi @deep_speech ,
I believe you can get better assistance for the same on TLT group.

Thanks!

Sorry about that. I’ve posted on TLT forum. You and close/delete this.

Hi,
Can you try running your model with trtexec command, and share the “”–verbose"" log in case if the issue persist
https://github.com/NVIDIA/TensorRT/tree/master/samples/opensource/trtexec

You can refer below link for all the supported operators list, in case any operator is not supported you need to create a custom plugin to support that operation

Also, request you to share your model and script if not shared already so that we can help you better.

Thanks!