Datasets:
Upload checkpoints/v5/config.json with huggingface_hub
Browse files
checkpoints/v5/config.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
"num_pitches": 88,
|
| 14 |
"dropout": 0.1,
|
| 15 |
"sample_rate": 24000,
|
| 16 |
-
"hop_length":
|
| 17 |
"segment_length": 10.0,
|
| 18 |
"epochs": 20,
|
| 19 |
"batch_size": 8,
|
|
@@ -36,8 +36,8 @@
|
|
| 36 |
"onset_tolerance_ms": 50,
|
| 37 |
"pitch_tolerance_cents": 50,
|
| 38 |
"data_dir": "./data",
|
| 39 |
-
"output_dir": "outputs",
|
| 40 |
-
"checkpoint": "outputs/best.pt",
|
| 41 |
"eval_only": true,
|
| 42 |
"per_dataset": true,
|
| 43 |
"datasets": null,
|
|
|
|
| 13 |
"num_pitches": 88,
|
| 14 |
"dropout": 0.1,
|
| 15 |
"sample_rate": 24000,
|
| 16 |
+
"hop_length": 240,
|
| 17 |
"segment_length": 10.0,
|
| 18 |
"epochs": 20,
|
| 19 |
"batch_size": 8,
|
|
|
|
| 36 |
"onset_tolerance_ms": 50,
|
| 37 |
"pitch_tolerance_cents": 50,
|
| 38 |
"data_dir": "./data",
|
| 39 |
+
"output_dir": "outputs/sweep_v5_w30_lr3e4",
|
| 40 |
+
"checkpoint": "outputs/sweep_v5_w30_lr3e4/best.pt",
|
| 41 |
"eval_only": true,
|
| 42 |
"per_dataset": true,
|
| 43 |
"datasets": null,
|