Sampling Disentangled Representation

#2
by Allayte - opened

Hi Clement. Is there a way to sample across each node of the latent space to see what has been learned separately? For example, I have a latent dimension of 16 and I'm looking to see the independent features picked up by each node in a Disentangled Beta VAE.

Hello,

This is not currently implemented but you can easily add it on top of the model yourself since you can have access to the samples from the encoder. If this is something you think would be interesting to be implemented directly in the library, do not hesitate to open an issue :)

I hope this helps.

PS: In the future, do not hesitate to open a discussion on the github repo directly so everything is gathered there :)

Will do. Thank you!

Sign up or log in to comment