You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! I've faced an issue while starting FastPitch training using provided manual. I've successfully trained HiFiGAN but can't start training for FastPitch. It always asks to provide speaker id and path to mapper. After some manipulations I still have had an error: ValueError: You should add additional data types as conditions (e.g. speaker id or reference audio)
[rank0]: and define speaker_encoder in your config.
And finely I've got an error kind of the class (I've forgot the name) requires one positional argument but two was givien.
Are any ideas how to start the script for dataset with single speaker? Maybe there fastpitch.yaml with necessary settings or arguments I have to provide while starting the script?
Here're my args I use to start training:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there! I've faced an issue while starting FastPitch training using provided manual. I've successfully trained HiFiGAN but can't start training for FastPitch. It always asks to provide speaker id and path to mapper. After some manipulations I still have had an error: ValueError: You should add additional data types as conditions (e.g. speaker id or reference audio)
[rank0]: and define speaker_encoder in your config.
And finely I've got an error kind of the class (I've forgot the name) requires one positional argument but two was givien.
Are any ideas how to start the script for dataset with single speaker? Maybe there fastpitch.yaml with necessary settings or arguments I have to provide while starting the script?
Here're my args I use to start training:
` if torch.cuda.is_available():
accelerator = "gpu"
batch_size = 32
else:
accelerator = "cpu"
batch_size = 4
Very appreciate for any help!
Beta Was this translation helpful? Give feedback.
All reactions