Skip to content

Releases: buschmo/Master-thesis

Hand-in version

30 Apr 14:00
Compare
Choose a tag to compare

This is the final version used for the thesis.

Mean sampling

29 Jan 22:03
Compare
Choose a tag to compare

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.