ttsunion / Deep-Expression

An Attention Based Open-Source End to End Speech Synthesis Framework, No CNN, No RNN, No MFCC!!!
85 stars 27 forks source link

Inference doesn't work in this code #7

Open SRHyd opened 6 years ago

SRHyd commented 6 years ago

This would be amazing if it works!!!
But I am sorry, I think it is not really doing TTS. It requires the wave as input to the model which is not possible in prediction.

After running the training, I have tested the model prediction by filling y with zeros, it produces nothing. I looked at your reply issue #4, still not convinced. Could you please provide inference code to prove it?