Example of GPLVM

In this example https://pyro.ai/examples/gplvm.html, gplvm is not wrapped by gp.models.GPLVM() like in https://docs.pyro.ai/en/stable/contrib.gp.html#module-pyro.contrib.gp.models.gplvm. Is it mistake or am I missing something?

@acharyafutures The tutorial presents a more flexible approach. GPLVM is just a wrapper for what is done in the tutorial.

1 Like