Replies: 1 comment 8 replies
-
Conformer and fastconformer have different subsampling modules, you can copy the conformer modules without subsampling while finetuning from a pretrained module. https://github.com/NVIDIA/NeMo/blob/main/examples/asr/conf/asr_finetune/speech_to_text_finetune.yaml NeMo/nemo/core/classes/modelPT.py Line 1194 in 8349651 |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to fine-tune the pretrained NeMo model 'Conformer-CTC-L_spe128_ar-AR_3.0.nemo' using a multilingual fast conformer configuration. Which configuration file (.yaml) should I use for this purpose? And could you suggest how to incorporate this configuration file into the 'speech_to_text_finetune.py' script?
Beta Was this translation helpful? Give feedback.
All reactions