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
395a9f1b
Commit
395a9f1b
authored
Sep 14, 2023
by
Sachin Kadyan
Browse files
Added flag in training script for using sequence embeddings
parent
f85d67f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
train_openfold.py
train_openfold.py
+4
-0
No files found.
train_openfold.py
View file @
395a9f1b
...
...
@@ -416,6 +416,10 @@ if __name__ == "__main__":
help
=
'''Cutoff for all templates. In training mode, templates are also
filtered by the release date of the target'''
)
parser
.
add_argument
(
"--use_single_seq_mode"
,
type
=
str
,
default
=
None
,
help
=
"Use single sequence embeddings instead of MSAs."
)
parser
.
add_argument
(
"--distillation_data_dir"
,
type
=
str
,
default
=
None
,
help
=
"Directory containing training PDB files"
...
...
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