If we wanted to make this bit
|
# for the toy example, assume y* ~ N(mu, sigma) with fixed sigma |
|
sigma_star <- tf$constant(noise_sd, dtype = tf$float32) |
|
|
|
list(mu = mu_star, sigma = sigma_star) |
more general, what would be the correct way to do it? Would we try to estimate it from the
n_draws draws of each of the y* predictions?
If we wanted to make this bit
NeuralProcesses/NP_architecture2.R
Lines 68 to 71 in 5119ac0
more general, what would be the correct way to do it? Would we try to estimate it from the n_draws draws of each of the y* predictions?