mirror of
https://github.com/wassname/seq2seq-time.git
synced 2026-09-09 11:34:15 +08:00
lots of models, inc NP
This commit is contained in:
@@ -12,4 +12,4 @@ class BaselineLast(nn.Module):
|
||||
B, S, F = future_x.shape
|
||||
mean = past_y[:, -1:].repeat(1, S, 1)
|
||||
std = (self.std * 1.0).repeat(1, S, 1)
|
||||
return torch.distributions.Normal(mean, std)
|
||||
return torch.distributions.Normal(mean, std), {}
|
||||
|
||||
Reference in New Issue
Block a user