"...ops_dcnv3/git@developer.sourcefind.cn:OpenDAS/dcnv3.git" did not exist on "3a37b813c95dd6d02396cee18604641d519d05a4"
Commit 5d449184 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix typo in feature name

parent 23886619
...@@ -93,7 +93,7 @@ config = mlc.ConfigDict( ...@@ -93,7 +93,7 @@ config = mlc.ConfigDict(
"backbone_affine_mask": [NUM_RES], "backbone_affine_mask": [NUM_RES],
"backbone_affine_tensor": [NUM_RES, None, None], "backbone_affine_tensor": [NUM_RES, None, None],
"bert_mask": [NUM_MSA_SEQ, NUM_RES], "bert_mask": [NUM_MSA_SEQ, NUM_RES],
"chi_angles": [NUM_RES, None], "chi_angles_sin_cos": [NUM_RES, None],
"chi_mask": [NUM_RES, None], "chi_mask": [NUM_RES, None],
"extra_deletion_value": [NUM_EXTRA_SEQ, NUM_RES], "extra_deletion_value": [NUM_EXTRA_SEQ, NUM_RES],
"extra_has_deletion": [NUM_EXTRA_SEQ, NUM_RES], "extra_has_deletion": [NUM_EXTRA_SEQ, NUM_RES],
......
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