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
91f031f5
Commit
91f031f5
authored
Jul 03, 2022
by
Gustaf Ahdritz
Browse files
Fix formatting
parent
b1780f4e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openfold/utils/import_weights.py
openfold/utils/import_weights.py
+2
-2
No files found.
openfold/utils/import_weights.py
View file @
91f031f5
...
...
@@ -398,7 +398,6 @@ def generate_translation_dict(model, version):
tps_blocks_params
=
stacked
(
[
TemplatePairBlockParams
(
b
)
for
b
in
tps_blocks
]
)
template_param_dict
=
{
"template_embedding"
:
{
"single_template_embedding"
:
{
...
...
@@ -421,6 +420,7 @@ def generate_translation_dict(model, version):
model
.
template_angle_embedder
.
linear_2
),
}
translations
[
"evoformer"
].
update
(
template_param_dict
)
if
"_ptm"
in
version
:
...
...
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