diff --git a/pvnet/models/base_model.py b/pvnet/models/base_model.py index 8665bf3c..e7283b92 100644 --- a/pvnet/models/base_model.py +++ b/pvnet/models/base_model.py @@ -1,4 +1,3 @@ -"""Base model for all PVNet submodels""" import json import logging import os @@ -743,6 +742,7 @@ def on_validation_epoch_end(self): print("Failed to log validation results to wandb") print(e) + self.validation_epoch_results = [] horizon_maes_dict = self._horizon_maes.flush() # Create the horizon accuracy curve