"...msvc/git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "ecf9459561a71f9a54056c8d627ecd673084c390"
Unverified Commit 30e051cf authored by Gustaf Ahdritz's avatar Gustaf Ahdritz Committed by GitHub
Browse files

Add missing cached_weights line

parent 14cce39a
......@@ -49,6 +49,8 @@ class OpenFoldWrapper(pl.LightningModule):
model=self.model, decay=config.ema.decay
)
self.cached_weights = None
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