Commit d5da89c1 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix model test

parent df067065
......@@ -48,6 +48,7 @@ class TestModel(unittest.TestCase):
# deepspeed for this test
model = AlphaFold(c)
model.eval()
batch = {}
tf = torch.randint(c.model.input_embedder.tf_dim - 1, size=(n_res,))
......
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