"deploy/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "441846de570911196b3e089c8e756207af72b0d6"
Commit da88b6bd authored by Gustaf's avatar Gustaf
Browse files

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

parents 22cc45a8 d03fc112
...@@ -45,6 +45,7 @@ def model_config(name, train=False, low_prec=False): ...@@ -45,6 +45,7 @@ def model_config(name, train=False, low_prec=False):
if train: if train:
c.globals.blocks_per_ckpt = 1 c.globals.blocks_per_ckpt = 1
c.globals.chunk_size = None
if low_prec: if low_prec:
c.globals.eps = 1e-4 c.globals.eps = 1e-4
......
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