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
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).
Why is the model architecture of this repository is different from that of main WaveGlow repo? Is there any benefit?
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.
The text was updated successfully, but these errors were encountered:
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', ....
Why is the model architecture of this repository is different from that of main WaveGlow repo? Is there any benefit?
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.
The text was updated successfully, but these errors were encountered: