Skip to content
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

File extension #15

Open
thundera1z opened this issue May 19, 2020 · 1 comment
Open

File extension #15

thundera1z opened this issue May 19, 2020 · 1 comment

Comments

@thundera1z
Copy link

The
Screenshot 2020-05-19 at 15 26 59

Screenshot 2020-05-19 at 15 27 06

code doesn't work until you fix the code on line 16 and 37.
The file extension should be .wav or the respective file extension of your music files.

14 def get_default_shape(dataset_path):
15 tmp_features, _ = load_track(os.path.join(dataset_path,
16 'blues/blues.00000.au'))

35 for (genre_index, genre_name) in enumerate(GENRES):
36 for i in range(TRACK_COUNT // len(GENRES)):
37 file_name = '{}/{}.000{}.au'.format(genre_name,
38 genre_name, str(i).zfill(2))

@Tirthaj
Copy link

Tirthaj commented Feb 17, 2021

Hello,
I am new to ML and CNNs so wanted to try this project out, can you please tell me the steps on how to run this code after I executed everything mentioned in the readme file successfully as after entering the input mp3 file into the HTML it just shows the animation and doesn't show the genre my song belongs to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants