I am working on Nvidia’s pretrained TAO model. Only .tlt file is given at NGC. I am trying to convert this .tlt to .riva using commands below (reference link)-
If we want to convert the pretrained model directly (i.e without having to do any training or finetuning), we can directly download the riva model from ngc, Please find the link below
ngc registry model download-version
"nvidia/tao/speechtotext_zh_cn_citrinet:deployable_v2.0"
Once Downloaded you can go for deployement (link provided at end of this thread)
In case, if you are training or finetuning the model with your own dataset, we may require the experiment_spec, it can be downloaded from below command (Reference)
tao speech_to_text_citrinet download_specs -o <target_path> \
-r <results_path>
After downloading you will modify according to your training dataset (Reference)