lamooon commited on
Commit
d325717
·
verified ·
1 Parent(s): 8da7fbd

migrate batch 2/19 from lamooon/vocal-v1

Browse files
train/e2/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d38325168bfbd22fcd98ab7ac4566b379d1138e4bf4c21a751d1830297ec9aa1
3
+ size 1525101525
train/e2/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "encoder": "m-a-p/MERT-v1-95M",
3
+ "encoder_hidden": 768,
4
+ "unet_channels": [
5
+ 256,
6
+ 512,
7
+ 512
8
+ ],
9
+ "conformer_layers": 4,
10
+ "conformer_heads": 8,
11
+ "conformer_ff_dim": 2048,
12
+ "conformer_conv_kernel": 31,
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,
20
+ "accumulate_grad": 2,
21
+ "lr": 0.001,
22
+ "encoder_lr": 1e-05,
23
+ "weight_decay": 0.01,
24
+ "warmup_epochs": 2,
25
+ "patience": 5,
26
+ "fp16": true,
27
+ "num_workers": 4,
28
+ "seed": 42,
29
+ "w_onset": 1.0,
30
+ "w_pitch": 1.0,
31
+ "w_frame": 0.5,
32
+ "focal_alpha": 0.85,
33
+ "focal_gamma": 2.0,
34
+ "pitch_sigma": 0.0,
35
+ "onset_threshold": 0.5,
36
+ "frame_threshold": 0.25,
37
+ "onset_tolerance_ms": 50,
38
+ "pitch_tolerance_cents": 50,
39
+ "data_dir": "./data",
40
+ "output_dir": "outputs/e2",
41
+ "checkpoint": "outputs/e2/best.pt",
42
+ "eval_only": true,
43
+ "per_dataset": true,
44
+ "datasets": null,
45
+ "augment": false,
46
+ "refine": false,
47
+ "refine_bpm": null,
48
+ "refine_iter": 5,
49
+ "device": null,
50
+ "no_f0_head": true,
51
+ "no_viterbi": false,
52
+ "no_expected_value": false,
53
+ "refine_scoring": "harmonics"
54
+ }
train/e2/training_log.jsonl ADDED
The diff for this file is too large to render. See raw diff