Relative Content

Tag Archive for pythonmachine-learningpytorchvisionvae

Reducing and Reconstruction CNN model parameters using a VAE

Suppose I have a simple CNN model with 2 Conv2D layers, I trained this model on my image dataset, I am going to feed the parameters of this CNN model into a VAE (as input of encoder) to first reduce their parameters into an embedding space (Z or latent space of VAE). Then, I want to reconstruct the CNN parameters (with their original dimensions) using the output of the decoder of VAE.