Commit 9fea889
Do not construct full covarince for single-output models (#185)
Summary:
Pull Request resolved: #185
Currently we unnecessarily construct the full covariance matrix when computing
the posterior of a `BatchedMultiOutputGPyTorchModel`.
This is a quick fix to avoid doing that for single-output models, the case
for multi-output models will require some more thought.
Reviewed By: sdaulton
Differential Revision: D16001819
fbshipit-source-id: c9a2dee886f1b3f6381c7a81822a46f2f8bffd0d1 parent a46b964 commit 9fea889
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | | - | |
192 | 190 | | |
| 191 | + | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
0 commit comments