jack159n

Results 1 comments of jack159n

I think there's a problem on the code, `min_cost_tot += np.mean(min_cost)` According to Librosa's document, it should be revised to `min_cost_tot += min_cost[-1][-1]`