Commit ce4900c
Fix train_Yvar reshaping in SAASBO (#1183)
Summary:
Pull Request resolved: #1183
The fixed noise should have shape `(b) x N` but was passed in as `N x 1`.
Reviewed By: Balandat
Differential Revision: D35702904
fbshipit-source-id: 5ee1887f36a0e83971e1085d8e9ac9175e0b0d361 parent 8a60162 commit ce4900c
File tree
3 files changed
+785
-756
lines changed- botorch/models
- test/models
- tutorials
3 files changed
+785
-756
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
232 | 236 | | |
233 | 237 | | |
234 | 238 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
207 | 209 | | |
208 | 210 | | |
209 | 211 | | |
| |||
460 | 462 | | |
461 | 463 | | |
462 | 464 | | |
463 | | - | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
464 | 468 | | |
465 | 469 | | |
466 | 470 | | |
| |||
0 commit comments