Unverified Commit 1d878a12 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz Committed by GitHub
Browse files

Fix assert bug

parent 7fdb503e
......@@ -88,7 +88,6 @@ class OpenFoldWrapper(pl.LightningModule):
)
for k,v in other_metrics.items():
assert(len(v.shape) == 1)
self.log(
f"{phase}/{k}",
torch.mean(v),
......
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