Error while trying to finetune via Nemo speech_to_text_finetune.py
#1
by
Eyalo
- opened
The model does not load when trying to finetune with the speech_to_text_finetune.py script from Nemo framework, due to empty values and incorrect handling of missing values in the code before they are overriden.
workaround:
- untar .nemo file
- edit the model_config.yaml
replace '???' values in [train_ds: manifest_filepath, validation_ds:manifest_filepath, test_ds:manifest_filepath ] with
- - /some/path
replace '???' for tokenizer: dir path with/some/path
- tar files back to a .nemo file and use it