Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime Error: Multi speaker #56

Open
ppanja opened this issue Jun 13, 2021 · 1 comment
Open

Runtime Error: Multi speaker #56

ppanja opened this issue Jun 13, 2021 · 1 comment

Comments

@ppanja
Copy link

ppanja commented Jun 13, 2021

Hi @jaywalnut310 ,
I've the following configuration for multi-speaker and I am getting the below error. I've done all other necessary changes as highlighted here in different posts like changing to TextMelSpeakerLoader, TextMelSpeakerCollate and correcting the unpacking etc.

RuntimeError: Given groups=1, weight of size 256 512 3, expected input[1, 256, 89] to have 512 channels, but got 256 channels instead

Multi Speaker Configuration:

"batch_size": 64
"hidden_channels": 256,
"filter_channels": 1024,
"filter_channels_dp": 256,
"n_speakers": 24,
"gin_channels": 256
"hidden_channels_enc": 256,
"hidden_channels_dec": 256

Training records - 9102, Val records - 100

Can you please help in solving this? Please let me know if you suggest any other configuration.

Thanks in advance.

Regards,
Prasanta

@ankurdhuriya
Copy link

I have made necessary changes to run in multi-speaker setting https://github.com/ankurdhuriya/glow-tts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants