Hi I have a question, is it possible to run the score_sequences function with a window_size of 1,000,000? I am running into OOM error at around 83,450 window_size.
Is there any benefit to using a larger window vs a smaller window? How did you choose window_size 8,192 in the example?
Thanks!