I'm applying MAS to FastSpeech2 to replace MFA tool.
I'm using encoder output in FastSpeech2 as the encoder output in Glow-TTS to fed into MAS method.
After several iteration, the duration ( MAS output ) was incorrect
Ex: MAS calculates for 36 phoneme and the output as below:
Just 2 phonemes have the value
[[[0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000,
0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000,
0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 3.1355,
0.0000, 0.0000, 4.9053, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000,
0.0000, 0.0000, 0.0000, 0.0000]]]
Can anyone give me some advices??
I'm applying MAS to FastSpeech2 to replace MFA tool.
I'm using encoder output in FastSpeech2 as the encoder output in Glow-TTS to fed into MAS method.
After several iteration, the duration ( MAS output ) was incorrect
Ex: MAS calculates for 36 phoneme and the output as below:
Just 2 phonemes have the value
[[[0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000,
0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000,
0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 3.1355,
0.0000, 0.0000, 4.9053, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000,
0.0000, 0.0000, 0.0000, 0.0000]]]
Can anyone give me some advices??