Sungjae Cho
Sungjae Cho
In the second cell of freqgen-mine.ipynb , rescaling periods is wrong. `periods = frequency_control * (max_period - min_period) + max_period` should be changed as follows: `periods = frequency_control * (max_period...
Hello, @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!
https://github.com/rishikksh20/gmvae_tacotron/blob/cb880217699f64c34fb9fd69e9b4e08a46c93d8c/tacotron/utils/util.py#L24 Has vae_weight with the default hyper-parameters been tested?
What kinds of algorithms have you used to segment such long audios? The forced aligner could have some limitation to segment a long audio at once.
**Version specifications** - CellBlender bundle version 4.0.1 - Blender 2.93 In Blender 2.93, you would have hard time to find CellBlender panel in the [tutorial](https://mcell.org/tutorials/single_molecule_diffusion.html#open-cellblender-panel). The panel is hidden right...