Open
Description
Hi!
As discussed in #39 one has to use vmap
with numpyro plate
. But how to obtain a conditional samples (e.g. on a finer X grid) in that case? In this tutorial it is done as follows (but w/o vmaping):
numpyro.deterministic("pred", gp.condition(y, true_t).gp.loc)
However, I can't get GaussianProcess
instance out of the vmap
-ed function build_gp
(as in #39).
Thanks in advance!
Ilya
Metadata
Metadata
Assignees
Labels
No labels