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

Problem with general_beat_saber_dataset #6

Open
chaonan99 opened this issue Jun 8, 2020 · 1 comment
Open

Problem with general_beat_saber_dataset #6

chaonan99 opened this issue Jun 8, 2020 · 1 comment

Comments

@chaonan99
Copy link

chaonan99 commented Jun 8, 2020

Thanks for the great project! I am trying to go through the training process and encountered a problem in general_beat_saber_dataset.py. Specifically, from L169 to L172, y is padded on both sides, which makes sequence_length in L178 equals the padded length. This subsequently makes indices in L193 possibly larger than the length of blocks_reduced_classes, and triggers an error in retrieving a subsequence of blocks_reduced_classes if so (L235).

I am not entirely sure how to fix this, especially how features and targets are aligned in the presence of time_shift. Could you please point out how this can be fixed? Thanks!

@deyituo
Copy link

deyituo commented Mar 18, 2022

indices - time_shifts // 2

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

2 participants