barronalex / Tacotron

Implementation of Google's Tacotron in TensorFlow
236 stars 80 forks source link

Annealing rate question #19

Open thuoctran opened 7 years ago

thuoctran commented 7 years ago

In a models/tacotron.py, we defined annealing_rate = 1 and learning rate init_lr = 0.0005. Does it mean there's no decay function in this model? Am I right?