"examples/python_rs/vscode:/vscode.git/clone" did not exist on "dd7646ef33354f342959b22ec07e5f4a4f1d3da0"
Commit 986d1f67 authored by Geoffrey Yu's avatar Geoffrey Yu
Browse files

update np_example_to_features

parent 9a97d0d7
...@@ -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:
......
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