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

migrate batch 5/19 from lamooon/vocal-v1

Browse files
train/e3_lw1e-3/training_log.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
train/e4/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78ad2d6af29f0aa53e66257439491da121345ccb0bfb96f9e7e8606a59f40695
3
+ size 1524704469
train/e4/config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "layer_weight_lr": null,
24
+ "weight_decay": 0.01,
25
+ "warmup_epochs": 2,
26
+ "patience": 5,
27
+ "fp16": true,
28
+ "num_workers": 4,
29
+ "seed": 42,
30
+ "w_onset": 1.0,
31
+ "w_pitch": 1.0,
32
+ "w_frame": 0.5,
33
+ "focal_alpha": 0.85,
34
+ "focal_gamma": 2.0,
35
+ "pitch_sigma": 0.0,
36
+ "onset_threshold": 0.5,
37
+ "frame_threshold": 0.25,
38
+ "onset_tolerance_ms": 50,
39
+ "pitch_tolerance_cents": 50,
40
+ "data_dir": "./data",
41
+ "output_dir": "outputs/e4",
42
+ "checkpoint": "outputs/e4/best.pt",
43
+ "eval_only": true,
44
+ "per_dataset": true,
45
+ "datasets": null,
46
+ "augment": false,
47
+ "refine": false,
48
+ "refine_bpm": null,
49
+ "refine_iter": 5,
50
+ "device": null,
51
+ "no_f0_head": true,
52
+ "no_frame_head": true,
53
+ "no_viterbi": false,
54
+ "no_expected_value": false,
55
+ "refine_scoring": "harmonics"
56
+ }