Please provide the following information when requesting support.
• Hardware : NVIDIA TESLA V100
• Network Type : FastPitch
• Training spec file : FastPitch train specs (yaml)
• How to reproduce the issue ? : change notations in train.yaml into chars
Hello. I want to train Text to Speech FastPitch model using custom labels. In Training spec file, it used phonemes as default value for notations. I tried to change the value into chars, but it produce error as below :
TypeError: Error instantiating ‘nemo.collections.asr.data.audio_to_text.AudioToCharWithPriorAndPitchDataset’ : init() missing 1 required positional argument: 'labels’
How to add those argument ? I already tried to add labels argument in train.yaml file and add +labels argument in running command, neither of them work. Still give me the same error.
Thank you.