CODEJIN / GST_Tacotron

Implementation of Global Style Token Tacotron in TensorFlow2
MIT License
25 stars 10 forks source link

How to use single token for inference? #5

Closed xiaoyangnihao closed 4 years ago

CODEJIN commented 4 years ago

Hi,

What is the single token you mean? Does you want to control the values of GST token directly, instead of reference mel? I have considered several methods, but with the current GST structure, it seems that the method of directly controlling each token is not appropriate. In the current model structure, it is difficult to assign only a specific style to a single GST token.

Thanks,

Heejo

xiaoyangnihao commented 4 years ago

Hi,

What is the single token you mean? Does you want to control the values of GST token directly, instead of reference mel? I have considered several methods, but with the current GST structure, it seems that the method of directly controlling each token is not appropriate. In the current model structure, it is difficult to assign only a specific style to a single GST token.

Thanks,

Heejo

yeah, that's what I want to know correctly. Anyway, thanks for your replay.

CODEJIN commented 4 years ago

Okay. Sorry about I could not help.