Commit 86263583 authored by Jennifer's avatar Jennifer
Browse files

add paren to save_hyperparameters

parent 5ff5177b
......@@ -58,7 +58,7 @@ class OpenFoldWrapper(pl.LightningModule):
self.cached_weights = None
self.last_lr_step = -1
self.save_hyperparameters
self.save_hyperparameters()
def forward(self, batch):
return self.model(batch)
......
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