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
986d1f67
"examples/python_rs/vscode:/vscode.git/clone" did not exist on "dd7646ef33354f342959b22ec07e5f4a4f1d3da0"
Commit
986d1f67
authored
Sep 26, 2023
by
Geoffrey Yu
Browse files
update np_example_to_features
parent
9a97d0d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openfold/data/feature_pipeline.py
openfold/data/feature_pipeline.py
+1
-1
No files found.
openfold/data/feature_pipeline.py
View file @
986d1f67
...
@@ -120,7 +120,7 @@ def np_example_to_features(
...
@@ -120,7 +120,7 @@ def np_example_to_features(
dtype
=
torch
.
float32
,
dtype
=
torch
.
float32
,
)
)
return
{
k
:
v
for
k
,
v
in
features
.
items
()},
gt_features
return
{
k
:
v
for
k
,
v
in
features
.
items
()},
gt_features
class
FeaturePipeline
:
class
FeaturePipeline
:
...
...
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