Pablo Alonso

Results 46 comments of Pablo Alonso

> So the .json files are informative; but are they required by the library? sounds like not? Correct, they are not needed by the library. > For the predictions and...

> Do I understand this correctly, in that, using the example values above, the probability for "is danceable" would be the average of [ 0.3348741, 0.30579954, 0.32352865, ..., 0.39193273 ]...

> I assume that the 2c model outputs the approachable/non_approachable classifiers. What about the 3c? What does the 3rd classifier signify? Which of the 3 models would you recommend as...

the first dimension is not the number of classes but the number of timestamps. This number will vary with the length of the input audio since our models generate predictions...

Faced the same problem with ADPCM encoded files present in [UrbanSound8k](https://urbansounddataset.weebly.com/urbansound8k.html): ``` Input File : '/home/palonso/data/raw/urbansound8k/audio/fold8/36429-2-0-7.wav' Channels : 1 Sample Rate : 11024 Precision : 14-bit Duration : 00:00:04.04 =...

Implemented in 3c2ca55 (PR #86) However when you say, > Make sure cross-validation is not affected by unbalanced data the expected behavior is not clear for me. My intuition was...