Skip to content

Mean sampling

Compare
Choose a tag to compare
@buschmo buschmo released this 29 Jan 22:03
· 217 commits to main since this release

After this release, the reparametrization of the VAE will switch its sampling method.
Currently, the mean of the encoders output will be taken for z_mean and z_log_std calculation. This is to achieve a sentence representation.
This will be changed to word-level representation.