Commit 904de71f authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix argparse bug

parent b0313688
......@@ -245,7 +245,7 @@ def main(args):
config = model_config(
args.config_preset,
train=True,
low_prec=(args.precision == "16")
low_prec=(str(args.precision) == "16")
)
model_module = OpenFoldWrapper(config)
......
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