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

window_block_indexes not effectively used #42

Open
gathierry opened this issue Jun 14, 2023 · 0 comments
Open

window_block_indexes not effectively used #42

gathierry opened this issue Jun 14, 2023 · 0 comments

Comments

@gathierry
Copy link

Hi, it seems window_block_indexes is set as a nested list when building the model

window_block_indexes=(list(range(0, 2)) + list(range(3, 5)) + list(range(6, 8)) + list(range(9, 11)) + \

in which case window_size in this line is always 0

window_size=window_size if i in window_block_indexes else 0,

Is this expected?

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