GlassyWing / nvae

An unofficial toy implementation for NVAE 《A Deep Hierarchical Variational Autoencoder》
Apache License 2.0
109 stars 20 forks source link

Latent Embeddings #10

Open SChoi97 opened 3 years ago

SChoi97 commented 3 years ago

Hi, thank you for the implementation, I am finding it very helpful!

I was wondering if there is anyway to obtain latent embeddings using this architecture for visualisation with t-SNE or UMAP for example to understand the latent space and representations of my images.

Please let me know thanks!