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

Calculate mean over fixed size windows while converting intervals to values #1

Merged
merged 7 commits into from
Dec 23, 2023

Conversation

jorenretel
Copy link
Collaborator

When we do this during the intervals to values conversion, we don't create huge tensors when using long sequences to then reduce them in size again by average pooling. Now those averages are used from the start.

@jorenretel jorenretel added the enhancement New feature or request label Dec 22, 2023
@jorenretel jorenretel self-assigned this Dec 22, 2023
@jorenretel jorenretel marked this pull request as draft December 22, 2023 16:39
@jorenretel jorenretel marked this pull request as ready for review December 23, 2023 13:08
@jorenretel jorenretel merged commit a3891e9 into main Dec 23, 2023
1 check passed
@jorenretel jorenretel deleted the interval_to_values_with_mean branch January 26, 2024 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

1 participant