jjery2243542 / adaptive_voice_conversion

Apache License 2.0
469 stars 89 forks source link

About Spectral Normalization #15

Open poor1017 opened 4 years ago

poor1017 commented 4 years ago

Hi @jjery2243542

Thank you for your paper and code.

I see spectral normalization in your code, not in your paper.

Does SN work? How is the effect?
jjery2243542 commented 4 years ago

Hi, I tried to use spectral norm to replace the variation in the VAE part. However, VAE is still better. It can be ignored.

weimisa341 commented 4 years ago

Hi, I tried to use spectral norm to replace the variation in the VAE part. However, VAE is still better. It can be ignored.

Hi So, in inference.py, normalize also can be ingored?

poor1017 commented 4 years ago

eval mode?