Closed raghavgurbaxani closed 6 years ago
Yes. But you'll need to modify the synthesizer code a little bit, both where the placeholders are created: https://github.com/keithito/tacotron/blob/master/synthesizer.py#L14
and when the feed dict is populated: https://github.com/keithito/tacotron/blob/master/synthesizer.py#L32
But how to modify the code?
Hi
Is is possible to synthesize speech during testing/inference on a batch of inputs ? Thanks.