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

Fix conversion of shapes for scalar tensors #323

Merged
merged 1 commit into from
Aug 24, 2024

Conversation

robertknight
Copy link
Owner

@robertknight robertknight commented Aug 24, 2024

If a tensor shape was present for an ONNX value node but was an empty list, indicating a scalar value, no shape was saved in the rten model. This is because a falsy check was used and empty lists are falsy in Python.

The issue was encountered with the sr (sample rate) input to the Silero VAD models.

If a tensor shape was present but an empty list, indicating a scalar value, no
shape was saved in the rten model. This is because a falsy check was used and
empty lists are falsy in Python.
@robertknight robertknight merged commit 764aa87 into main Aug 24, 2024
2 checks passed
@robertknight robertknight deleted the fix-scalar-shape-conversion branch August 24, 2024 20:07
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

Successfully merging this pull request may close these issues.

1 participant