Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store win/hop duration for outputs that return frames #62

Open
hagenw opened this issue Jun 7, 2023 · 0 comments
Open

Store win/hop duration for outputs that return frames #62

hagenw opened this issue Jun 7, 2023 · 0 comments

Comments

@hagenw
Copy link
Member

hagenw commented Jun 7, 2023

When inspecting a loaded model it is possible to have a dimension that has no fixed size, e.g.

  cnn_features:
    shape: [1, 512, -1]
    dtype: tensor(float)
    labels: [cnn_features-0, cnn_features-1, cnn_features-2, (...), cnn_features-509,
      cnn_features-510, cnn_features-511]

In order to be able to use such a model with audinterface one needs to know the hop duration (and window duration) of the output, so it would be nice if this would be stored as part of the model metadata.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant