Testing the network on music datasets
See original GitHub issueI’ve started to play around with the MagnaTagATune dataset.
There’s a small change that needs to be made to the code when training on this dataset:
Because it uses mp3 instead of wav, the pattern in wavenet/audio_reader.py
needs to be adjusted.
It would be nice to write a MagnaReader
class that inherits from the AudioReader
(or contains one), and that’s able to filter the content by genre using the provided metadata.
Issue Analytics
- State:
- Created 7 years ago
- Comments:21 (11 by maintainers)
Top Results From Across the Web
Analyzing Music Using Neural Network: 4 Essential Steps
4. Testing and evaluating the network. Step 1: Collecting data. Let's say that we want to automatically detect the genre of a song....
Read more >Network Test - Private Jacktrip Servers Worldwide
The first step to being able to use JackTrip is to know the network performance between your location and the nearest server location,...
Read more >Datasets — Music Classification
The million song dataset (MSD, [BMEWL11]) is a monumental music dataset. It was ahead of time in every aspect – size, quality, reliability,...
Read more >Generating Music Using Deep Learning | by Isaac Tham
But what about the field of audio — or more specifically — music? In this project, we aim to create novel neural network...
Read more >Creating the Network Dataset (II): Testing and Publishing the ...
The next step in creating the network dataset is building, testing, and publishing the network. This video will walk through the steps to ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just another music test to share… I think this is pretty nice/interesting!
https://soundcloud.com/robinsloan/sets/tensorflow-wavenet-temperature-demo
Model trained on this album to a loss of ~2.8 with these params:
I’ve been training on the MagnaTagATune dataset with clips that are tagged as solo piano.
https://soundcloud.com/evan-dunn-676478257/sets/magnatagatune-solo-piano
I am training with batches of 4 with a loss fluctuating between ~1.7 to ~2.4. The first second of audio is seeded.