Hi,
I would like to use pyro gplvm to compare high dimensional data y in a low dimensional space x
I’m running the tutorial Gaussian Process Latent Variable Model (Gaussian Process Latent Variable Model — Pyro Tutorials 1.8.4 documentation) and use pyro version 0.3.3
I can get high dimensional y from new Xnew using the gplvm.forward(Xnew) function. But how can I get a new x from a new y?
Many thanks