Rayhane-mamah / Efficient-VDVAE

Official Pytorch and JAX implementation of "Efficient-VDVAE: Less is more"
https://arxiv.org/abs/2203.13751
MIT License
188 stars 21 forks source link

How to use output of encoding mode #13

Closed asokol123 closed 1 year ago

asokol123 commented 1 year ago

It's said that encoding inference mode: "Extracts the latent distribution from the inference model, pruned to the quantile defined by synthesis.variates_masks_quantile parameter. This latent distribution is usable in downstream tasks."

But how to use this outputs?