Commit 36ff1f4
Migrate State Dict Files to account for GPyTorch state dict change (facebook#4916)
Summary:
Pull Request resolved: facebook#4916
Re-named benchmarking state dicts to account for state dict attribute changes in GPyTorch. "_transformed" attribute of priors of TransformedDistributions have been replaced by a constant BUFFERED_PREFIX = "__buffered_". The changes in .pt files correspond to changing the attribute names for the priors, from
`"_transformed" `-->` BUFFERED_PREFIX = "__buffered_"`
Reviewed By: Balandat
Differential Revision: D930325681 parent 5b9c82d commit 36ff1f4
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
369 | 370 | | |
370 | 371 | | |
371 | 372 | | |
372 | | - | |
| 373 | + | |
373 | 374 | | |
374 | | - | |
375 | | - | |
| 375 | + | |
| 376 | + | |
376 | 377 | | |
377 | 378 | | |
378 | 379 | | |
| |||
0 commit comments