Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
28a4c4d9
Commit
28a4c4d9
authored
Feb 08, 2022
by
Gustaf Ahdritz
Browse files
Remove unused option from config
parent
fbec92cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
openfold/config.py
openfold/config.py
+0
-3
No files found.
openfold/config.py
View file @
28a4c4d9
...
@@ -193,7 +193,6 @@ config = mlc.ConfigDict(
...
@@ -193,7 +193,6 @@ config = mlc.ConfigDict(
"crop"
:
False
,
"crop"
:
False
,
"crop_size"
:
None
,
"crop_size"
:
None
,
"supervised"
:
False
,
"supervised"
:
False
,
"subsample_recycling"
:
False
,
"uniform_recycling"
:
False
,
"uniform_recycling"
:
False
,
},
},
"eval"
:
{
"eval"
:
{
...
@@ -206,7 +205,6 @@ config = mlc.ConfigDict(
...
@@ -206,7 +205,6 @@ config = mlc.ConfigDict(
"crop"
:
False
,
"crop"
:
False
,
"crop_size"
:
None
,
"crop_size"
:
None
,
"supervised"
:
True
,
"supervised"
:
True
,
"subsample_recycling"
:
False
,
"uniform_recycling"
:
False
,
"uniform_recycling"
:
False
,
},
},
"train"
:
{
"train"
:
{
...
@@ -221,7 +219,6 @@ config = mlc.ConfigDict(
...
@@ -221,7 +219,6 @@ config = mlc.ConfigDict(
"crop_size"
:
256
,
"crop_size"
:
256
,
"supervised"
:
True
,
"supervised"
:
True
,
"clamp_prob"
:
0.9
,
"clamp_prob"
:
0.9
,
"subsample_recycling"
:
True
,
"max_distillation_msa_clusters"
:
1000
,
"max_distillation_msa_clusters"
:
1000
,
"uniform_recycling"
:
True
,
"uniform_recycling"
:
True
,
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment