You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for providing the code for finetuning the model on custom midi datasets!
I notice that at the line 251 in model.py, the "step" argument of np.arrage is set to self.group_size*2. I think it leads to skipping half of the segments in pairs. Should it be just self.group_size instead of self.group_size*2?
Thank you for providing the code for finetuning the model on custom midi datasets!
I notice that at the line 251 in model.py, the "step" argument of
np.arrage
is set toself.group_size*2
. I think it leads to skipping half of the segments inpairs
. Should it be justself.group_size
instead ofself.group_size*2
?The text was updated successfully, but these errors were encountered: