Spoken-Language-Identification
Spoken-Language-Identification copied to clipboard
errror
i am getting error could please tell me how correct it
ValueError Traceback (most recent call last)
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