-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
15.1 Song Classification -- IndexError: list index out of range #68
Comments
Hi Mike, It looks like Douwe |
Hi Douwe: I see that the path is too value to be understood. So it is shows the error IndexError: list index out of range I see that song_folder is a path but not be expressed in 15.1. Can you make an explicit example in the original code of lines. If the 15.1 Song Classification is to be solved, 15.2 to 15.4 will be easy to be solved.
Thanks in advance, Mike |
The song classification example is interesting. But the question is the IndexError: list index out of range. I tried many methods and could not correct the issue. |
Hi Douwe:
I tried the song classification. It has the list index out of range error. Please indicate how how to solve the issue.
IndexError Traceback (most recent call last)
in
17
18 song_specs, genres, genre_to_idx, idx_to_genre = load_songs('/home/mike/Documents/datasets/genres')
---> 19 song_specs[0].shape
IndexError: list index out of range
Best regards,
Mike
The text was updated successfully, but these errors were encountered: