anvoynov / GANLatentDiscovery

The authors official implementation of Unsupervised Discovery of Interpretable Directions in the GAN Latent Space
416 stars 52 forks source link

Run on a cVAE's Decoder? #15

Open jbmaxwell opened 3 years ago

jbmaxwell commented 3 years ago

Given that the Generator is being treated as a black box, I'm guessing we could probably use this with a conditional VAE as well, by just running it on the VAE's Decoder. Does that seem reasonable, or am I missing something important?

anvoynov commented 3 years ago

Hi @jbmaxwell this seems reasonable, I can't see any fundamental barriers.