Closed wallacethefmh closed 6 years ago
In case someone else ever has this issue...
I figured this out after lot of tinkering. I changed my ids to parse as string instead of numbers (I'm guessing that was the issue) in the filelist and groundtruth:
{test/1: "sig_dir/D/Dean_Martin/Amore/test.wav.sig",
test/10: "sig_dir/D/Dean Martin/Amore/10 All I Do Is Dream of You.wav.sig",
test/1000: "sig_dir/C/Carpenters/The Carpenters_ The Singles 1969-1981 (R/04 We've Only Just Begun.m4a.sig",
test/1003: "sig_dir/C/Compilations/The Complete Motown Singles Vol. 7_ 1967/2-19 All I Need.m4a.sig"}
and
className: "training"
groundTruth: {test/1: "0", test/10: "0", test/1000: "0", test/1003: "0"}
type: "singleClass"
version: "1.0
I'm trying to run train_model on a very small dataset for initial testing, only 4 files, and I get this warning message for every file for every classification task. The ground truth is trying to train on instrumental or not instrumental, values of "0" or "1" (these files are provided below).
The program appears to start normally:
But then it starts each classification task and output this warning for every file, every time:
etc. repeating with the warnings and errors until it finishes
The project file is autogenerated, I have not modified it. I cloned the master repo at the time of this writing.
groundtruth:
filelist:
I would be very grateful for some guidance, thanks in advance.