jordipons/musicnn

Overlap is used as step size

carlthome opened this issue · 0 comments

for time_stamp in range(0, last_frame, overlap):

The object overlap is used as a step size when producing strided windows. Maybe it should be renamed to "hop" to clarify this. Just a suggestion!