File size: 1,329 Bytes
6fe6a7b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
  "encoder": "m-a-p/MERT-v1-95M",
  "encoder_hidden": 768,
  "unet_channels": [
    256,
    512,
    512
  ],
  "conformer_layers": 4,
  "conformer_heads": 8,
  "conformer_ff_dim": 2048,
  "conformer_conv_kernel": 31,
  "num_pitches": 88,
  "pitch_bins": 89,
  "dropout": 0.1,
  "onset_conv_kernel": 5,
  "sample_rate": 24000,
  "hop_length": 240,
  "segment_length": 10.0,
  "epochs": 20,
  "batch_size": 8,
  "accumulate_grad": 2,
  "lr": 0.001,
  "encoder_lr": 1e-05,
  "layer_weight_lr": null,
  "weight_decay": 0.01,
  "warmup_epochs": 2,
  "patience": 5,
  "fp16": true,
  "num_workers": 4,
  "seed": 42,
  "w_onset": 1.0,
  "w_pitch": 1.0,
  "w_frame": 0.5,
  "focal_alpha": 0.85,
  "focal_gamma": 2.0,
  "pitch_sigma": 0.0,
  "onset_smooth_sigma": 1.0,
  "onset_loss_type": "weighted_bce",
  "onset_pos_weight": 19.0,
  "onset_threshold": 0.5,
  "frame_threshold": 0.25,
  "onset_tolerance_ms": 50,
  "pitch_tolerance_cents": 50,
  "data_dir": "./data",
  "output_dir": "outputs/e7",
  "checkpoint": "outputs/e7/best.pt",
  "eval_only": true,
  "per_dataset": true,
  "datasets": null,
  "augment": false,
  "refine": false,
  "refine_bpm": null,
  "refine_iter": 5,
  "device": null,
  "no_f0_head": true,
  "no_frame_head": true,
  "no_viterbi": false,
  "no_expected_value": false,
  "refine_scoring": "harmonics"
}