-
I am trying to further fine-tune using more data the Italian model STT_It_Quartznet15x5 (v.1.0.0rc1) provided by NVIDIA as described in the last Section of this documentation page https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/asr/configs.html but I cannot find the config file used by NVIDIA for creating the Italian model. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
After loading the model, you can save the config using OmegaConf.save(model.cfg, filepath) |
Beta Was this translation helpful? Give feedback.
-
After configuring and loading the STT_it model correctly as suggested by @titu1994, I tried to further train the Italian model by using new speech data and the 'speech_to_text.py' script provided by NVIDIA, but without success. |
Beta Was this translation helpful? Give feedback.
After loading the model, you can save the config using OmegaConf.save(model.cfg, filepath)