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
833c100b
"examples/python_rs/vscode:/vscode.git/clone" did not exist on "2791b9ea3f6c06b4a79b2f5b9fe1b31c99378da4"
Commit
833c100b
authored
Aug 03, 2023
by
Geoffrey Yu
Browse files
put multimer_model_config_update inside a 'model' key in the config dict
parent
b8d00692
Changes
1
Hide 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 @
833c100b
...
...
@@ -160,7 +160,7 @@ def model_config(
c
.
loss
.
masked_msa
.
num_classes
=
22
c
.
data
.
common
.
max_recycling_iters
=
20
for
k
,
v
in
multimer_model_config_update
.
items
():
for
k
,
v
in
multimer_model_config_update
[
'model'
]
.
items
():
c
.
model
[
k
]
=
v
for
k
,
v
in
multimer_model_config_update
[
'loss'
].
items
():
...
...
@@ -683,7 +683,7 @@ config = mlc.ConfigDict(
)
multimer_model_config_update
=
{
"input_embedder"
:
{
'model'
:{
"input_embedder"
:
{
"tf_dim"
:
21
,
"msa_dim"
:
49
,
#"num_msa": 508,
...
...
@@ -824,7 +824,7 @@ multimer_model_config_update = {
"c_s"
:
c_s
,
"c_out"
:
37
,
},
},
}
},
"loss"
:
{
"distogram"
:
{
"min_bin"
:
2.3125
,
...
...
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