PDE-VAE-pytorch icon indicating copy to clipboard operation
PDE-VAE-pytorch copied to clipboard

Extracting Information about Latent Space

Open AlexandrosEmvoliadis opened this issue 2 years ago • 0 comments

I have trained the PDEAutoEncoder on real-world spatiotemporal data, and i would like to extract information about the latent space (mean and std for each latent variable). On top of that, i want to sample from these distributions and utilize pde_decoder_only, to visualize the obtained results.

When using the pde_decoder_only, an assertion error rises, as i pass as input the dataset that the model i trained on. How should i modify the code to:

  1. visualize the characteristics of the latent variables' distributions
  2. manipulate the latent space, using pde_decoder_only

AlexandrosEmvoliadis avatar Nov 04 '23 14:11 AlexandrosEmvoliadis