Commit 28a4c4d9 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Remove unused option from config

parent fbec92cb
......@@ -193,7 +193,6 @@ config = mlc.ConfigDict(
"crop": False,
"crop_size": None,
"supervised": False,
"subsample_recycling": False,
"uniform_recycling": False,
},
"eval": {
......@@ -206,7 +205,6 @@ config = mlc.ConfigDict(
"crop": False,
"crop_size": None,
"supervised": True,
"subsample_recycling": False,
"uniform_recycling": False,
},
"train": {
......@@ -221,7 +219,6 @@ config = mlc.ConfigDict(
"crop_size": 256,
"supervised": True,
"clamp_prob": 0.9,
"subsample_recycling": True,
"max_distillation_msa_clusters": 1000,
"uniform_recycling": True,
},
......
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