keithito / tacotron

A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial)
MIT License
2.96k stars 956 forks source link

Extend compatibility with most recent scipy versions #369

Open carlogrisetti opened 2 years ago

carlogrisetti commented 2 years ago

This allows to use up to the current scipy version

carlogrisetti commented 2 years ago

@keithito anything missing from this?

Thanks