"lib/bindings/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "530a6be0abc2f823191ec97fbc9a2c4125e618d4"
Commit 0febc3e5 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Merge branch 'main' of ssh://github.com/aqlaboratory/openfold into main

parents 1c3d31bb 30e051cf
...@@ -48,6 +48,8 @@ class OpenFoldWrapper(pl.LightningModule): ...@@ -48,6 +48,8 @@ class OpenFoldWrapper(pl.LightningModule):
self.ema = ExponentialMovingAverage( self.ema = ExponentialMovingAverage(
model=self.model, decay=config.ema.decay model=self.model, decay=config.ema.decay
) )
self.cached_weights = None
def forward(self, batch): def forward(self, batch):
return self.model(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