We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4e77c commit 306a277Copy full SHA for 306a277
autoemulate/experimental/emulators/nn/mlp_gaussian.py
@@ -101,7 +101,7 @@ def forward(self, x):
101
102
covariance_matrix = scale_tril @ scale_tril.transpose(-1, -2)
103
104
- # TODO: for large covariance martrices, numerical instability remains
+ # TODO: for large covariance matrices, numerical instability remains
105
return GaussianLike(mean, make_positive_definite(covariance_matrix))
106
107
def loss_func(self, y_pred, y_true):
0 commit comments