-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi, I want to ask some about your code.
In 176-188 lines in model.py, why to do this:
if start < self.window_size:
d = self.window_size - start
score[i, j, :d] = epsilon
if end > li + self.window_size:
d = (li + self.window_size) - end
score[i, j, d:] = epsilon
Shouldn’t it judge whether the selected window is beyond length?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels