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

[FastPitch/Pytorch] Using WaveGlow model train from Tacotron2 repository #585

Open
keto33 opened this issue Jul 2, 2020 · 1 comment
Open
Labels
bug Something isn't working

Comments

@keto33
Copy link

keto33 commented Jul 2, 2020

Related to FastPitch/Pytorch

I trained a WaveGlow by the main repository https://github.com/NVIDIA/waveglow, and was able to make the model readable by FastPitch using the provided convert_model.py script.

However, I was unable to use the WaveGlow model trained using this repository (DeepLearningExamples/PyTorch/SpeechSynthesis/Tacotron2).

Loaded WaveGlow _IncompatibleKeys(missing_keys=['WN.0.cond_layer.bias', 'WN.0.cond_layer.weight_g', ....

  1. Why is the model architecture of this repository is different from that of main WaveGlow repo? Is there any benefit?

  2. Shouldn't a WaveGlow model train by DeepLearningExamples/PyTorch/SpeechSynthesis/Tacotron2 usable in FastPitch as they are part of the same project?

I use the direct codes rather than docker, this is probably the reason for the module issue. Nonetheless, I believe the WaveGlow model should be directly usable in FastPitch.

@keto33 keto33 added the bug Something isn't working label Jul 2, 2020
@ghost ghost self-assigned this Jul 6, 2020
@jmmarko
Copy link

jmmarko commented Sep 11, 2020

I am having the same issue and I am using Docker. Any solution or workaround so far?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants