Viewing a single comment thread. View all comments

honchokomodo t1_j0f156j wrote

how do i make my autoencoder use more of the latent dimensions?

1

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

2