AEmotionStudio commited on
Commit
73c0ca3
·
verified ·
1 Parent(s): 456d791

Add htdemucs_6s_config.json

Browse files
Files changed (1) hide show
  1. htdemucs_6s_config.json +78 -0
htdemucs_6s_config.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "klass": "<class 'demucs.htdemucs.HTDemucs'>",
3
+ "args": [],
4
+ "kwargs": {
5
+ "sources": [
6
+ "drums",
7
+ "bass",
8
+ "other",
9
+ "vocals",
10
+ "guitar",
11
+ "piano"
12
+ ],
13
+ "audio_channels": 2,
14
+ "samplerate": 44100,
15
+ "channels": 48,
16
+ "channels_time": null,
17
+ "growth": 2,
18
+ "nfft": 4096,
19
+ "wiener_iters": 0,
20
+ "end_iters": 0,
21
+ "wiener_residual": false,
22
+ "cac": true,
23
+ "depth": 4,
24
+ "rewrite": true,
25
+ "multi_freqs": [],
26
+ "multi_freqs_depth": 3,
27
+ "freq_emb": 0.2,
28
+ "emb_scale": 10,
29
+ "emb_smooth": true,
30
+ "kernel_size": 8,
31
+ "stride": 4,
32
+ "time_stride": 2,
33
+ "context": 1,
34
+ "context_enc": 0,
35
+ "norm_starts": 4,
36
+ "norm_groups": 4,
37
+ "dconv_mode": 3,
38
+ "dconv_depth": 2,
39
+ "dconv_comp": 8,
40
+ "dconv_init": 0.001,
41
+ "bottom_channels": 0,
42
+ "t_layers": 5,
43
+ "t_hidden_scale": 4.0,
44
+ "t_heads": 8,
45
+ "t_dropout": 0.02,
46
+ "t_layer_scale": true,
47
+ "t_gelu": true,
48
+ "t_emb": "sin",
49
+ "t_max_positions": 10000,
50
+ "t_max_period": 10000.0,
51
+ "t_weight_pos_embed": 1.0,
52
+ "t_cape_mean_normalize": true,
53
+ "t_cape_augment": true,
54
+ "t_cape_glob_loc_scale": [
55
+ 5000.0,
56
+ 1.0,
57
+ 1.4
58
+ ],
59
+ "t_sin_random_shift": 0,
60
+ "t_norm_in": true,
61
+ "t_norm_in_group": false,
62
+ "t_group_norm": false,
63
+ "t_norm_first": true,
64
+ "t_norm_out": true,
65
+ "t_weight_decay": 0.0,
66
+ "t_lr": null,
67
+ "t_sparse_self_attn": false,
68
+ "t_sparse_cross_attn": false,
69
+ "t_mask_type": "diag",
70
+ "t_mask_random_seed": 42,
71
+ "t_sparse_attn_window": 400,
72
+ "t_global_window": 100,
73
+ "t_sparsity": 0.95,
74
+ "t_auto_sparsity": false,
75
+ "t_cross_first": false,
76
+ "rescale": 0.1
77
+ }
78
+ }