GlassyWing / nvae

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

Variable control experiment #11

Open SChoi97 opened 3 years ago

SChoi97 commented 3 years ago

Hi, amazing implementation! Very simple to use.

Is there any code available for variable control experiments?

Best,

GlassyWing commented 3 years ago

Hi, I've upload the code in variable_control_exp.py. The main idea is just modify the value in z(latent code), even the z is very large (1, 512, 2, 2), there is only less than 10 variables control facial attributes, to find the variables you can change the value for each variable and compare the difference of the image before and after the change.