dusty-nv / jetson-voice

ASR/NLP/TTS deep learning inference library for NVIDIA Jetson using PyTorch and TensorRT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extra configuration files from Nemo model

giannisp-verneek opened this issue · comments

I'm doing some ASR tests and I want to use a different model than the ones offered here. I used the nemo_export_onnx script which produces an onnx and a single json file. Any of the other jsons and binaries from the models you offer are not generated. Is this the expected behavior?

How can I check that the transformation is done correctly?

an year later I'm looking for the answer to the same question. did you manage to generate the other files required to run ASR?
thanks