Commit 60d3b198 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Change config preset in training script

parent 16d75057
...@@ -127,7 +127,7 @@ def main(args): ...@@ -127,7 +127,7 @@ def main(args):
seed_everything(args.seed) seed_everything(args.seed)
config = model_config( config = model_config(
"model_1", "initial_training",
train=True, train=True,
low_prec=(args.precision == "16") low_prec=(args.precision == "16")
) )
......
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