Open deibraz-free opened 4 years ago
but i am still getting error
ValueError Traceback (most recent call last)
ValueError Traceback (most recent call last) in () 93 del list_mandarin_mfcc 94 ---> 95 X_train, X_val, Y_train, Y_val = train_test_split(X_train, Y_train, test_size=0.2) 96 97 with h5py.File("mfcc_dataset.hdf5", 'w') as hf:
2 frames /usr/local/lib/python3.7/dist-packages/sklearn/utils/validation.py in check_consistent_length(*arrays) 210 if len(uniques) > 1: 211 raise ValueError("Found input variables with inconsistent numbers of" --> 212 " samples: %r" % [int(l) for l in lengths]) 213 214
Hi, did anyone solved this problem?
ValueError Traceback (most recent call last) in () 93 del list_mandarin_mfcc 94 ---> 95 X_train, X_val, Y_train, Y_val = train_test_split(X_train, Y_train, test_size=0.2) 96 97 with h5py.File("mfcc_dataset.hdf5", 'w') as hf: 2 frames /usr/local/lib/python3.7/dist-packages/sklearn/utils/validation.py in check_consistent_length(*arrays) 210 if len(uniques) > 1: 211 raise ValueError("Found input variables with inconsistent numbers of" --> 212 " samples: %r" % [int(l) for l in lengths]) 213 214
Hi, did anyone solved this problem?
no did you
ValueError Traceback (most recent call last) in () 93 del list_mandarin_mfcc 94 ---> 95 X_train, X_val, Y_train, Y_val = train_test_split(X_train, Y_train, test_size=0.2) 96 97 with h5py.File("mfcc_dataset.hdf5", 'w') as hf: 2 frames /usr/local/lib/python3.7/dist-packages/sklearn/utils/validation.py in check_consistent_length(*arrays) 210 if len(uniques) > 1: 211 raise ValueError("Found input variables with inconsistent numbers of" --> 212 " samples: %r" % [int(l) for l in lengths]) 213 214
Hi, did anyone solved this problem?
no did you
I am also getting same error,could anyone resolve it
Added functionality to extrect MFCCs automatically from all available .wav files. Added option to toggle out feature extraction