vae_tacotron icon indicating copy to clipboard operation
vae_tacotron copied to clipboard

What reference does vae_weight follow?

Open sungjae-cho opened this issue 4 years ago • 4 comments

Hello, @yanggeng1995
You implemented vae_weight as such. What reference does vae_weight follow?

Thank you in advance!

sungjae-cho avatar Apr 12 '20 14:04 sungjae-cho

Hello, vae_weight is only used for training.

Sungjae Cho [email protected] 于2020年4月12日周日 下午10:49写道:

Hello, @yanggeng1995 https://github.com/yanggeng1995 You implemented vae_weight as such https://github.com/yanggeng1995/vae_tacotron/blob/df7d02c92d28ed16b65ea42d27735e49882bf978/util/util.py#L24. What reference does vae_weight follow?

Thank you in advance!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/yanggeng1995/vae_tacotron/issues/9, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD73U3VTBYZAUD7RM67BPPTRMHIGNANCNFSM4MGOB2SA .

yanggeng1995 avatar Apr 14 '20 07:04 yanggeng1995

Hello, what I am curious about is what paper or reference did you follow when you implemented vae_weight. I want to know what weight scheduling method vae_weight follows.

sungjae-cho avatar Apr 14 '20 07:04 sungjae-cho

Hello, what I am curious about is what paper or reference did you follow when you implemented vae_weight. I want to know what weight scheduling method vae_weight follows.

Hello. The paper does not clearly explain how vae_weight is adjusted according to step, only that simulated annealing is used. This is just what I realized according to my personal ideas.

yanggeng1995 avatar Apr 14 '20 08:04 yanggeng1995

Simulated annealing (SM)!

Could you answer the following questions? @yanggeng1995

  1. Does your SM work well with training GMVAE-Tacotron?
  2. I've first seen this kind of SM, which enforces the VAE weight once during the period and gradually increases the weight. Could you tell me where you get inspiration this kind of SM?

sungjae-cho avatar Apr 14 '20 09:04 sungjae-cho