"examples/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "04e50aba33109d9f60c609a0f100ebb413ffabad"
Unverified Commit 4a613bbe authored by Gustaf Ahdritz's avatar Gustaf Ahdritz Committed by GitHub
Browse files

Fix typo in training script

parent ff29bddb
...@@ -145,7 +145,7 @@ class OpenFoldWrapper(pl.LightningModule): ...@@ -145,7 +145,7 @@ class OpenFoldWrapper(pl.LightningModule):
self.model.load_state_dict(self.cached_weights) self.model.load_state_dict(self.cached_weights)
self.cached_weights = None self.cached_weights = None
def compute_validation_metrics(self, def _compute_validation_metrics(self,
batch, batch,
outputs, outputs,
superimposition_metrics=False superimposition_metrics=False
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment