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
53c03a6a
"git@developer.sourcefind.cn:OpenDAS/openfold.git" did not exist on "de12c0eada0bbf9fd9ccae29e58ef1ff101234ca"
Commit
53c03a6a
authored
Dec 05, 2023
by
Dingquan Yu
Browse files
update config.py for the development for now
parent
4e58a6a0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
openfold/config.py
openfold/config.py
+3
-3
No files found.
openfold/config.py
View file @
53c03a6a
...
@@ -432,7 +432,7 @@ config = mlc.ConfigDict(
...
@@ -432,7 +432,7 @@ config = mlc.ConfigDict(
"use_small_bfd"
:
False
,
"use_small_bfd"
:
False
,
"data_loaders"
:
{
"data_loaders"
:
{
"batch_size"
:
1
,
"batch_size"
:
1
,
"num_workers"
:
1
6
,
"num_workers"
:
1
,
"pin_memory"
:
True
,
"pin_memory"
:
True
,
},
},
},
},
...
@@ -764,7 +764,7 @@ multimer_config_update = mlc.ConfigDict({
...
@@ -764,7 +764,7 @@ multimer_config_update = mlc.ConfigDict({
],
],
"true_msa"
:
[
NUM_MSA_SEQ
,
NUM_RES
]
"true_msa"
:
[
NUM_MSA_SEQ
,
NUM_RES
]
},
},
"max_recycling_iters"
:
20
,
# For training, value is 3
"max_recycling_iters"
:
1
,
# For training, value is 3
"unsupervised_features"
:
[
"unsupervised_features"
:
[
"aatype"
,
"aatype"
,
"residue_index"
,
"residue_index"
,
...
@@ -799,7 +799,7 @@ multimer_config_update = mlc.ConfigDict({
...
@@ -799,7 +799,7 @@ multimer_config_update = mlc.ConfigDict({
"train"
:
{
"train"
:
{
"max_msa_clusters"
:
508
,
"max_msa_clusters"
:
508
,
"max_extra_msa"
:
2048
,
"max_extra_msa"
:
2048
,
"crop_size"
:
640
,
"crop_size"
:
32
,
"spatial_crop_prob"
:
0.5
,
"spatial_crop_prob"
:
0.5
,
"interface_threshold"
:
10.
,
"interface_threshold"
:
10.
,
"clamp_prob"
:
1.
,
"clamp_prob"
:
1.
,
...
...
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