gmvae_tacotron icon indicating copy to clipboard operation
gmvae_tacotron copied to clipboard

Gaussian Mixture VAE Tacotron

Results 5 gmvae_tacotron issues
Sort by recently updated
recently updated
newest added

Bumps [scipy](https://github.com/scipy/scipy) from 1.0.0 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.13.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Hi, I've read your code, and it seems that your implementation is a VAE-Tacotron, but not a GMVAE-Tacotron? Because the loss here seems is no difference from this [repo.](https://github.com/rishikksh20/vae_tacotron2)?

https://github.com/rishikksh20/gmvae_tacotron/blob/cb880217699f64c34fb9fd69e9b4e08a46c93d8c/tacotron/utils/util.py#L24 Has vae_weight with the default hyper-parameters been tested?

Hi, I couldn't find the implementation for latent posteriors of q(yl | X) and q(zl | X) as discussed in the claimed paper. The MC estimate of the variational lower...