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
a83c6fcc
Commit
a83c6fcc
authored
Oct 28, 2022
by
Sachin Kadyan
Browse files
Added inference model preset for seqemb mode.
parent
8c94482a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
openfold/config.py
openfold/config.py
+8
-0
No files found.
openfold/config.py
View file @
a83c6fcc
...
@@ -166,6 +166,14 @@ def model_config(
...
@@ -166,6 +166,14 @@ def model_config(
c
.
data
.
train
.
crop_size
=
384
c
.
data
.
train
.
crop_size
=
384
c
.
loss
.
violation
.
weight
=
1.
c
.
loss
.
violation
.
weight
=
1.
c
.
loss
.
experimentally_resolved
.
weight
=
0.01
c
.
loss
.
experimentally_resolved
.
weight
=
0.01
elif
name
==
"seqemb_inference"
:
c
.
data
.
seqemb_mode
.
enabled
=
True
c
.
globals
.
seqemb_mode_enabled
=
True
c
.
model
.
extra_msa
.
enabled
=
False
c
.
model
.
evoformer_stack
.
no_column_attention
=
True
c
.
data
.
common
.
use_templates
=
True
c
.
data
.
common
.
use_template_torsion_angles
=
True
c
.
model
.
template
.
enabled
=
True
else
:
else
:
raise
ValueError
(
"Invalid model name"
)
raise
ValueError
(
"Invalid model name"
)
...
...
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