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 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:
visualize the characteristics of the latent variables' distributions
manipulate the latent space, using pde_decoder_only
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: