You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use the vanilla vae model to train my own dataset, and the original images are as follows
My data import code is as follows
The configuration file is as follows
I modified the kld weight parameter, but the generated image effect is still not satisfactory
I have learned that the Celeba dataset has attribute files, and I am not sure if this result is due to the absence of attribute files in my dataset. However, I have also found that although the parameters of the attribute files were passed in during the image generation process, they were not used
I am very confused and hope to receive your help. Thank you
I want to use the vanilla vae model to train my own dataset, and the original images are as follows



My data import code is as follows
The configuration file is as follows
I modified the kld weight parameter, but the generated image effect is still not satisfactory
I have learned that the Celeba dataset has attribute files, and I am not sure if this result is due to the absence of attribute files in my dataset. However, I have also found that although the parameters of the attribute files were passed in during the image generation process, they were not used
I am very confused and hope to receive your help. Thank you