GDL_code icon indicating copy to clipboard operation
GDL_code copied to clipboard

Could you explain what does this line do in load_music()

Open buzem opened this issue 5 years ago • 0 comments

    if n_bars * n_steps_per_bar < x.shape[0]:
        data_ints.append(x[counter:(counter + (n_bars * n_steps_per_bar)),:])

buzem avatar Oct 20 '19 17:10 buzem