migrate batch 1/6 from lamooon/chords-isophonics
Browse files- diagnostics/cv_results.json +64 -0
- diagnostics/diagnostic_v1.2.json +120 -0
- diagnostics/plots/beta_1.0/aggregate_confusion.png +3 -0
- diagnostics/plots/beta_1.0/test_01_-_a_hard_days_night_chroma.png +3 -0
- diagnostics/plots/beta_1.0/test_01_-_a_hard_days_night_confusion.png +3 -0
- diagnostics/plots/beta_1.0/test_01_-_a_hard_days_night_cqt.png +3 -0
- diagnostics/plots/beta_1.0/test_01_-_a_hard_days_night_timeline.png +3 -0
- diagnostics/plots/beta_1.0/test_01_-_help!_chroma.png +3 -0
- diagnostics/plots/beta_1.0/test_01_-_help!_confusion.png +3 -0
- diagnostics/plots/beta_1.0/test_01_-_help!_cqt.png +3 -0
- diagnostics/plots/beta_1.0/test_01_-_help!_timeline.png +3 -0
- diagnostics/plots/beta_1.0/test_01_-_no_reply_chroma.png +3 -0
- diagnostics/plots/beta_1.0/test_01_-_no_reply_confusion.png +3 -0
- diagnostics/plots/beta_1.0/test_01_-_no_reply_cqt.png +3 -0
- diagnostics/plots/beta_1.0/test_01_-_no_reply_timeline.png +3 -0
- diagnostics/plots/beta_1.0/val_01_-_come_together_chroma.png +3 -0
- diagnostics/plots/beta_1.0/val_01_-_come_together_confusion.png +3 -0
- diagnostics/plots/beta_1.0/val_01_-_come_together_cqt.png +3 -0
- diagnostics/plots/beta_1.0/val_01_-_come_together_timeline.png +3 -0
- diagnostics/plots/beta_1.0/val_01_-_drive_my_car_chroma.png +3 -0
diagnostics/cv_results.json
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"folds": {
|
| 3 |
+
"0": {
|
| 4 |
+
"wcsr": 58.7,
|
| 5 |
+
"majmin": 58.7,
|
| 6 |
+
"root": 60.3
|
| 7 |
+
},
|
| 8 |
+
"1": {
|
| 9 |
+
"wcsr": 58.4,
|
| 10 |
+
"majmin": 58.4,
|
| 11 |
+
"root": 60.1
|
| 12 |
+
},
|
| 13 |
+
"2": {
|
| 14 |
+
"wcsr": 57.8,
|
| 15 |
+
"majmin": 57.8,
|
| 16 |
+
"root": 59.1
|
| 17 |
+
},
|
| 18 |
+
"3": {
|
| 19 |
+
"wcsr": 60.9,
|
| 20 |
+
"majmin": 60.9,
|
| 21 |
+
"root": 62.2
|
| 22 |
+
},
|
| 23 |
+
"4": {
|
| 24 |
+
"wcsr": 58.6,
|
| 25 |
+
"majmin": 58.6,
|
| 26 |
+
"root": 59.7
|
| 27 |
+
}
|
| 28 |
+
},
|
| 29 |
+
"summary": {
|
| 30 |
+
"wcsr": {
|
| 31 |
+
"mean": 58.879999999999995,
|
| 32 |
+
"std": 1.0571660229122009,
|
| 33 |
+
"per_fold": [
|
| 34 |
+
58.7,
|
| 35 |
+
58.4,
|
| 36 |
+
57.8,
|
| 37 |
+
60.9,
|
| 38 |
+
58.6
|
| 39 |
+
]
|
| 40 |
+
},
|
| 41 |
+
"majmin": {
|
| 42 |
+
"mean": 58.879999999999995,
|
| 43 |
+
"std": 1.0571660229122009,
|
| 44 |
+
"per_fold": [
|
| 45 |
+
58.7,
|
| 46 |
+
58.4,
|
| 47 |
+
57.8,
|
| 48 |
+
60.9,
|
| 49 |
+
58.6
|
| 50 |
+
]
|
| 51 |
+
},
|
| 52 |
+
"root": {
|
| 53 |
+
"mean": 60.279999999999994,
|
| 54 |
+
"std": 1.0438390680559915,
|
| 55 |
+
"per_fold": [
|
| 56 |
+
60.3,
|
| 57 |
+
60.1,
|
| 58 |
+
59.1,
|
| 59 |
+
62.2,
|
| 60 |
+
59.7
|
| 61 |
+
]
|
| 62 |
+
}
|
| 63 |
+
}
|
| 64 |
+
}
|
diagnostics/diagnostic_v1.2.json
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "v1.2_diagnostic",
|
| 3 |
+
"checkpoint_epoch": 27,
|
| 4 |
+
"default_val_wcsr": 0.7155232737904735,
|
| 5 |
+
"default_test_wcsr": 0.7203972188192154,
|
| 6 |
+
"best_params": {
|
| 7 |
+
"median_kernel": 0,
|
| 8 |
+
"min_chord_dur": 0.3
|
| 9 |
+
},
|
| 10 |
+
"best_val_wcsr": 0.7174760915437566,
|
| 11 |
+
"best_test_wcsr": 0.7187178010173864,
|
| 12 |
+
"boundary_analysis": {
|
| 13 |
+
"2": {
|
| 14 |
+
"boundary_errors": 7434,
|
| 15 |
+
"sustained_errors": 110581,
|
| 16 |
+
"boundary_frames": 12256,
|
| 17 |
+
"sustained_frames": 295350,
|
| 18 |
+
"boundary_error_rate": 0.6065600522193212,
|
| 19 |
+
"sustained_error_rate": 0.37440663619434567
|
| 20 |
+
},
|
| 21 |
+
"5": {
|
| 22 |
+
"boundary_errors": 17692,
|
| 23 |
+
"sustained_errors": 100323,
|
| 24 |
+
"boundary_frames": 30634,
|
| 25 |
+
"sustained_frames": 276972,
|
| 26 |
+
"boundary_error_rate": 0.5775282365998564,
|
| 27 |
+
"sustained_error_rate": 0.36221350894675275
|
| 28 |
+
},
|
| 29 |
+
"10": {
|
| 30 |
+
"boundary_errors": 32737,
|
| 31 |
+
"sustained_errors": 85278,
|
| 32 |
+
"boundary_frames": 61093,
|
| 33 |
+
"sustained_frames": 246513,
|
| 34 |
+
"boundary_error_rate": 0.5358551716235903,
|
| 35 |
+
"sustained_error_rate": 0.34593713110464763
|
| 36 |
+
}
|
| 37 |
+
},
|
| 38 |
+
"sweep_top10": [
|
| 39 |
+
{
|
| 40 |
+
"median_kernel": 0,
|
| 41 |
+
"min_chord_dur": 0.3,
|
| 42 |
+
"wcsr": 0.7174760915437566,
|
| 43 |
+
"root": 0.7376877552902372,
|
| 44 |
+
"duration": 4280.575419501135,
|
| 45 |
+
"n_songs": 27
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"median_kernel": 0,
|
| 49 |
+
"min_chord_dur": 0.2,
|
| 50 |
+
"wcsr": 0.7167058134299613,
|
| 51 |
+
"root": 0.737313465220858,
|
| 52 |
+
"duration": 4280.575419501135,
|
| 53 |
+
"n_songs": 27
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"median_kernel": 3,
|
| 57 |
+
"min_chord_dur": 0.3,
|
| 58 |
+
"wcsr": 0.716689539948684,
|
| 59 |
+
"root": 0.7368089873012598,
|
| 60 |
+
"duration": 4280.575419501135,
|
| 61 |
+
"n_songs": 27
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"median_kernel": 7,
|
| 65 |
+
"min_chord_dur": 0.3,
|
| 66 |
+
"wcsr": 0.7164942581733557,
|
| 67 |
+
"root": 0.7364021502693258,
|
| 68 |
+
"duration": 4280.575419501135,
|
| 69 |
+
"n_songs": 27
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"median_kernel": 0,
|
| 73 |
+
"min_chord_dur": 0.15,
|
| 74 |
+
"wcsr": 0.7164671357045601,
|
| 75 |
+
"root": 0.7370530895204201,
|
| 76 |
+
"duration": 4280.575419501135,
|
| 77 |
+
"n_songs": 27
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"median_kernel": 3,
|
| 81 |
+
"min_chord_dur": 0.2,
|
| 82 |
+
"wcsr": 0.7164400132357646,
|
| 83 |
+
"root": 0.7368903547076466,
|
| 84 |
+
"duration": 4280.575419501135,
|
| 85 |
+
"n_songs": 27
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"median_kernel": 5,
|
| 89 |
+
"min_chord_dur": 0.3,
|
| 90 |
+
"wcsr": 0.7162501559541953,
|
| 91 |
+
"root": 0.7365323381195447,
|
| 92 |
+
"duration": 4280.575419501135,
|
| 93 |
+
"n_songs": 27
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"median_kernel": 7,
|
| 97 |
+
"min_chord_dur": 0.2,
|
| 98 |
+
"wcsr": 0.7162501559541953,
|
| 99 |
+
"root": 0.7366082810321724,
|
| 100 |
+
"duration": 4280.575419501135,
|
| 101 |
+
"n_songs": 27
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"median_kernel": 5,
|
| 105 |
+
"min_chord_dur": 0.2,
|
| 106 |
+
"wcsr": 0.7162393069666771,
|
| 107 |
+
"root": 0.7366516769822453,
|
| 108 |
+
"duration": 4280.575419501135,
|
| 109 |
+
"n_songs": 27
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"median_kernel": 9,
|
| 113 |
+
"min_chord_dur": 0.3,
|
| 114 |
+
"wcsr": 0.716233882472918,
|
| 115 |
+
"root": 0.736266537925348,
|
| 116 |
+
"duration": 4280.575419501135,
|
| 117 |
+
"n_songs": 27
|
| 118 |
+
}
|
| 119 |
+
]
|
| 120 |
+
}
|
diagnostics/plots/beta_1.0/aggregate_confusion.png
ADDED
|
Git LFS Details
|
diagnostics/plots/beta_1.0/test_01_-_a_hard_days_night_chroma.png
ADDED
|
Git LFS Details
|
diagnostics/plots/beta_1.0/test_01_-_a_hard_days_night_confusion.png
ADDED
|
Git LFS Details
|
diagnostics/plots/beta_1.0/test_01_-_a_hard_days_night_cqt.png
ADDED
|
Git LFS Details
|
diagnostics/plots/beta_1.0/test_01_-_a_hard_days_night_timeline.png
ADDED
|
Git LFS Details
|
diagnostics/plots/beta_1.0/test_01_-_help!_chroma.png
ADDED
|
Git LFS Details
|
diagnostics/plots/beta_1.0/test_01_-_help!_confusion.png
ADDED
|
Git LFS Details
|
diagnostics/plots/beta_1.0/test_01_-_help!_cqt.png
ADDED
|
Git LFS Details
|
diagnostics/plots/beta_1.0/test_01_-_help!_timeline.png
ADDED
|
Git LFS Details
|
diagnostics/plots/beta_1.0/test_01_-_no_reply_chroma.png
ADDED
|
Git LFS Details
|
diagnostics/plots/beta_1.0/test_01_-_no_reply_confusion.png
ADDED
|
Git LFS Details
|
diagnostics/plots/beta_1.0/test_01_-_no_reply_cqt.png
ADDED
|
Git LFS Details
|
diagnostics/plots/beta_1.0/test_01_-_no_reply_timeline.png
ADDED
|
Git LFS Details
|
diagnostics/plots/beta_1.0/val_01_-_come_together_chroma.png
ADDED
|
Git LFS Details
|
diagnostics/plots/beta_1.0/val_01_-_come_together_confusion.png
ADDED
|
Git LFS Details
|
diagnostics/plots/beta_1.0/val_01_-_come_together_cqt.png
ADDED
|
Git LFS Details
|
diagnostics/plots/beta_1.0/val_01_-_come_together_timeline.png
ADDED
|
Git LFS Details
|
diagnostics/plots/beta_1.0/val_01_-_drive_my_car_chroma.png
ADDED
|
Git LFS Details
|