"git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "139a9a8386535c21656d02aa121e8dbcd3cdb345"
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): ...@@ -112,7 +112,7 @@ def main(args):
config = model_config( config = model_config(
"model_1", "model_1",
train=True, train=True,
low_prec=(args.precision == 16) low_prec=(args.precision == "16")
) )
model_module = OpenFoldWrapper(config) 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