Submitted by AutoModerator t3_zcdcoo in MachineLearning
honchokomodo t1_j0f156j wrote
how do i make my autoencoder use more of the latent dimensions?
I-am_Sleepy t1_j0mhitl wrote
For starter, look at InfoVAE (See this blog for context). Another way is to vector-quantized it (VQ-VAE based models), as the model only need to learn a small number of latent, it can optimize them better
Viewing a single comment thread. View all comments