Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ziatdinovmax committed Aug 24, 2023
1 parent b4fc9f0 commit 218c0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpax/models/vidkl.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def get_mvn_posterior(self,
"""
if y_residual is None:
y_residual = self.y_train
noise = params["noise"]
noise = k_params["noise"]
noise_p = noise * (1 - jnp.array(noiseless, int))
# embed data into the latent space
z_train = self.nn_module.apply(
Expand Down

0 comments on commit 218c0a7

Please sign in to comment.