add new model
Browse files- README.md +0 -10
- {8_256_6 → archive only/8_256_6}/deverb_mel_band_roformer_8_256dim_6depth.ckpt +0 -0
- {8_256_6 → archive only/8_256_6}/deverb_mel_band_roformer_8_256dim_6depth.yaml +0 -0
- {8_512_12 → archive only/8_512_12}/deverb_mel_band_roformer_8_512dim_12depth.ckpt +0 -0
- {8_512_12 → archive only/8_512_12}/deverb_mel_band_roformer_8_512dim_12depth.yaml +0 -0
- dereverb_mel_band_roformer_anvuew.yaml +76 -0
- dereverb_mel_band_roformer_anvuew_sdr_19.1729.ckpt +3 -0
- dereverb_mel_band_roformer_less_aggressive_anvuew_sdr_18.8050.ckpt +3 -0
README.md
CHANGED
@@ -1,13 +1,3 @@
|
|
1 |
---
|
2 |
license: gpl-3.0
|
3 |
---
|
4 |
-
|
5 |
-
~~推荐8_256_6~~
|
6 |
-
|
7 |
-
**推荐[deverb_bs_roformer](https://huggingface.co/anvuew/deverb_bs_roformer)**
|
8 |
-
|
9 |
-
~~虽然8_512_12的SDR稍高~~,但因仅使用单A100训练了14h,导致提升有限的同时却使推理时间变为8_256_6的3倍以上
|
10 |
-
|
11 |
-
~90h数据,76种混响
|
12 |
-
|
13 |
-
也许是混响类型太多,训练效果不太理想,有兴趣可以使用特定类型的混响微调
|
|
|
1 |
---
|
2 |
license: gpl-3.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{8_256_6 → archive only/8_256_6}/deverb_mel_band_roformer_8_256dim_6depth.ckpt
RENAMED
File without changes
|
{8_256_6 → archive only/8_256_6}/deverb_mel_band_roformer_8_256dim_6depth.yaml
RENAMED
File without changes
|
{8_512_12 → archive only/8_512_12}/deverb_mel_band_roformer_8_512dim_12depth.ckpt
RENAMED
File without changes
|
{8_512_12 → archive only/8_512_12}/deverb_mel_band_roformer_8_512dim_12depth.yaml
RENAMED
File without changes
|
dereverb_mel_band_roformer_anvuew.yaml
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
audio:
|
2 |
+
chunk_size: 352800
|
3 |
+
dim_f: 1024
|
4 |
+
dim_t: 256
|
5 |
+
hop_length: 441
|
6 |
+
n_fft: 2048
|
7 |
+
num_channels: 2
|
8 |
+
sample_rate: 44100
|
9 |
+
min_mean_abs: 0.000
|
10 |
+
|
11 |
+
model:
|
12 |
+
dim: 384
|
13 |
+
depth: 6
|
14 |
+
stereo: true
|
15 |
+
num_stems: 1
|
16 |
+
time_transformer_depth: 1
|
17 |
+
freq_transformer_depth: 1
|
18 |
+
num_bands: 60
|
19 |
+
dim_head: 64
|
20 |
+
heads: 8
|
21 |
+
attn_dropout: 0
|
22 |
+
ff_dropout: 0
|
23 |
+
flash_attn: True
|
24 |
+
dim_freqs_in: 1025
|
25 |
+
sample_rate: 44100 # needed for mel filter bank from librosa
|
26 |
+
stft_n_fft: 2048
|
27 |
+
stft_hop_length: 441
|
28 |
+
stft_win_length: 2048
|
29 |
+
stft_normalized: False
|
30 |
+
mask_estimator_depth: 2
|
31 |
+
multi_stft_resolution_loss_weight: 1.0
|
32 |
+
multi_stft_resolutions_window_sizes: !!python/tuple
|
33 |
+
- 4096
|
34 |
+
- 2048
|
35 |
+
- 1024
|
36 |
+
- 512
|
37 |
+
- 256
|
38 |
+
multi_stft_hop_size: 147
|
39 |
+
multi_stft_normalized: False
|
40 |
+
|
41 |
+
training:
|
42 |
+
batch_size: 3
|
43 |
+
gradient_accumulation_steps: 1
|
44 |
+
grad_clip: 0
|
45 |
+
instruments:
|
46 |
+
- noreverb
|
47 |
+
- reverb
|
48 |
+
lr: 5.0e-05
|
49 |
+
patience: 2
|
50 |
+
reduce_factor: 0.95
|
51 |
+
target_instrument: noreverb
|
52 |
+
num_epochs: 1000
|
53 |
+
num_steps: 4000
|
54 |
+
q: 0.95
|
55 |
+
coarse_loss_clip: false
|
56 |
+
ema_momentum: 0.999
|
57 |
+
optimizer: adamw
|
58 |
+
other_fix: true # it's needed for checking on multisong dataset if other is actually instrumental
|
59 |
+
use_amp: true # enable or disable usage of mixed precision (float16) - usually it must be true
|
60 |
+
|
61 |
+
augmentations:
|
62 |
+
enable: true # enable or disable all augmentations (to fast disable if needed)
|
63 |
+
loudness: true # randomly change loudness of each stem on the range (loudness_min; loudness_max)
|
64 |
+
loudness_min: 0.1
|
65 |
+
loudness_max: 1.0
|
66 |
+
mixup: false # mix several stems of same type with some probability (only works for dataset types: 1, 2, 3)
|
67 |
+
mixup_probs: !!python/tuple # 2 additional stems of the same type (1st with prob 0.2, 2nd with prob 0.02)
|
68 |
+
- 0.2
|
69 |
+
- 0.02
|
70 |
+
mixup_loudness_min: 0.5
|
71 |
+
mixup_loudness_max: 1.5
|
72 |
+
|
73 |
+
inference:
|
74 |
+
batch_size: 1
|
75 |
+
dim_t: 801
|
76 |
+
num_overlap: 2
|
dereverb_mel_band_roformer_anvuew_sdr_19.1729.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9262877b87e9ebb0fb808a456b0a411fa677f5df31c8383c1254af531c078970
|
3 |
+
size 913107578
|
dereverb_mel_band_roformer_less_aggressive_anvuew_sdr_18.8050.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0db8f1b41c00cead1112e967262a12802fd32e76c0c3a8eb207e772bae25d07b
|
3 |
+
size 913107578
|