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

Fix type bug in training script

parent 3718d10f
......@@ -112,7 +112,7 @@ def main(args):
config = model_config(
"model_1",
train=True,
low_prec=(args.precision == 16)
low_prec=(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