Commit 395a9f1b authored by Sachin Kadyan's avatar Sachin Kadyan
Browse files

Added flag in training script for using sequence embeddings

parent f85d67f4
...@@ -416,6 +416,10 @@ if __name__ == "__main__": ...@@ -416,6 +416,10 @@ if __name__ == "__main__":
help='''Cutoff for all templates. In training mode, templates are also help='''Cutoff for all templates. In training mode, templates are also
filtered by the release date of the target''' 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( parser.add_argument(
"--distillation_data_dir", type=str, default=None, "--distillation_data_dir", type=str, default=None,
help="Directory containing training PDB files" help="Directory containing training PDB files"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment