Uh oh!
There was an error while loading. Please reload this page.
minimal version of GP - #74
Conversation
Uh oh!
There was an error while loading. Please reload this page.
| "z", | ||
| self.gp.pyro_model(self.covariate), | ||
| ).view(-1, self.n_samples, self.n_factors, 1) | ||
| return sample |
There was a problem hiding this comment.
Why are we returning early here? We still need to sample the rest, no?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Codecov Report
@@ Coverage Diff @@## main #74 +/- ##
==========================================
+ Coverage 43.73% 49.80% +6.07%
==========================================
Files 16 17 +1 Lines 1452 1536 +84 ==========================================
+ Hits 635 765 +130 + Misses 817 771 -46
|
No description provided.