Spoken-Language-Identification icon indicating copy to clipboard operation
Spoken-Language-Identification copied to clipboard

errror

Open saitarunmandiga opened this issue 4 years ago • 0 comments

i am getting error could please tell me how correct it 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

saitarunmandiga avatar Aug 29 '21 14:08 saitarunmandiga