Updated thesis

This commit is contained in:
2024-05-13 11:33:00 +02:00
parent 56d56446fa
commit fecf1492fb
13 changed files with 104 additions and 102 deletions

View File

@@ -169,8 +169,7 @@ class NrvDataset(Dataset):
all_features = torch.cat(all_features_list, dim=0)
else:
all_features_list = [nrv_features + self.]
all_features_list = [nrv_features.unsqueeze(1)]
if self.forecast_features.numel() > 0:
history_forecast_features = self.forecast_features[