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
b22bd4e3
Commit
b22bd4e3
authored
Jun 29, 2023
by
Geoffrey Yu
Browse files
update config so that it will update multimer loss otherwise fape loss calculation crashes
parent
beccaa4b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
openfold/config.py
openfold/config.py
+3
-0
No files found.
openfold/config.py
View file @
b22bd4e3
...
...
@@ -163,6 +163,9 @@ def model_config(
for
k
,
v
in
multimer_model_config_update
.
items
():
c
.
model
[
k
]
=
v
for
k
,
v
in
multimer_model_config_update
[
'loss'
].
items
():
c
.
loss
[
k
]
=
v
# TODO: Change max_msa_clusters and max_extra_msa to multimer feats within model
if
re
.
fullmatch
(
"^model_[1-5]_multimer(_v2)?$"
,
name
):
#c.model.input_embedder.num_msa = 252
...
...
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