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
...@@ -49,6 +49,8 @@ class OpenFoldWrapper(pl.LightningModule): ...@@ -49,6 +49,8 @@ class OpenFoldWrapper(pl.LightningModule):
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