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 incorrect reflect padding in tensors with 3+ dims #337

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

robertknight
Copy link
Owner

When reading the start padding values from the padding input, read the last 2 values from the first half of the vector, instead of the first two.

Issue found when testing rten in https://github.com/emotechlab/silero-rs.

When reading the start padding values from the `padding` input, read the last 2
values from the first half of the vector, instead of the first two.
@robertknight robertknight merged commit 2fb2fd3 into main Aug 29, 2024
2 checks passed
@robertknight robertknight deleted the pad-dim-fix branch August 29, 2024 23:01
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