lamooon commited on
Commit
0b0feff
·
verified ·
1 Parent(s): 6457f73

migrate batch 6/19 from lamooon/vocal-v1

Browse files
train/e4/test_results.json ADDED
The diff for this file is too large to render. See raw diff
 
train/e4/test_results_abs.json ADDED
The diff for this file is too large to render. See raw diff
 
train/e4/threshold_sweep.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "0.2": {
3
+ "note_f1": 0.7210113909057146,
4
+ "onset_f1": 0.10046814545362036,
5
+ "note_precision": 0.8425517891463491,
6
+ "note_recall": 0.7296377335073913,
7
+ "per_dataset": {
8
+ "dali": {
9
+ "note_f1": 0.6911706352356088,
10
+ "onset_f1": 0.08686900228305718
11
+ },
12
+ "medleydb": {
13
+ "note_f1": 0.63991822131357,
14
+ "onset_f1": 0.04020084183921586
15
+ },
16
+ "mir_st500": {
17
+ "note_f1": 0.907706335883486,
18
+ "onset_f1": 0.052095007795689104
19
+ }
20
+ }
21
+ },
22
+ "0.3": {
23
+ "note_f1": 0.7226818624767797,
24
+ "onset_f1": 0.13087088282925655,
25
+ "note_precision": 0.8469416293423644,
26
+ "note_recall": 0.7295152145169477,
27
+ "per_dataset": {
28
+ "dali": {
29
+ "note_f1": 0.6931161097560753,
30
+ "onset_f1": 0.11255289430763205
31
+ },
32
+ "medleydb": {
33
+ "note_f1": 0.641749723145072,
34
+ "onset_f1": 0.05398804772526374
35
+ },
36
+ "mir_st500": {
37
+ "note_f1": 0.907706335883486,
38
+ "onset_f1": 0.07547535072203042
39
+ }
40
+ }
41
+ },
42
+ "0.5": {
43
+ "note_f1": 0.7223643413808566,
44
+ "onset_f1": 0.22470721075417374,
45
+ "note_precision": 0.903011587835335,
46
+ "note_recall": 0.718959583343981,
47
+ "per_dataset": {
48
+ "dali": {
49
+ "note_f1": 0.6924822517200202,
50
+ "onset_f1": 0.19287861731651249
51
+ },
52
+ "medleydb": {
53
+ "note_f1": 0.6452380952380953,
54
+ "onset_f1": 0.24345258898730507
55
+ },
56
+ "mir_st500": {
57
+ "note_f1": 0.9089696586424724,
58
+ "onset_f1": 0.364524160669449
59
+ }
60
+ }
61
+ },
62
+ "0.6": {
63
+ "note_f1": 0.692967409948542,
64
+ "onset_f1": 0.008440187883550332,
65
+ "note_precision": 1.0,
66
+ "note_recall": 0.692967409948542,
67
+ "per_dataset": {
68
+ "dali": {
69
+ "note_f1": 0.6619433198380567,
70
+ "onset_f1": 0.007707663153724509
71
+ },
72
+ "medleydb": {
73
+ "note_f1": 0.5714285714285714,
74
+ "onset_f1": 0.06940962552389894
75
+ },
76
+ "mir_st500": {
77
+ "note_f1": 0.8902439024390244,
78
+ "onset_f1": 0.0
79
+ }
80
+ }
81
+ },
82
+ "0.7": {
83
+ "note_f1": 0.692967409948542,
84
+ "onset_f1": 0.0,
85
+ "note_precision": 1.0,
86
+ "note_recall": 0.692967409948542,
87
+ "per_dataset": {
88
+ "dali": {
89
+ "note_f1": 0.6619433198380567,
90
+ "onset_f1": 0.0
91
+ },
92
+ "medleydb": {
93
+ "note_f1": 0.5714285714285714,
94
+ "onset_f1": 0.0
95
+ },
96
+ "mir_st500": {
97
+ "note_f1": 0.8902439024390244,
98
+ "onset_f1": 0.0
99
+ }
100
+ }
101
+ }
102
+ }