Daniel O'Neill
commited on
Commit
•
2322b77
1
Parent(s):
eb02c48
Add Panam model
Browse files- Panam/config.yaml +52 -0
- Panam/model_50000.pt +3 -0
Panam/config.yaml
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
data:
|
2 |
+
block_size: 512
|
3 |
+
cnhubertsoft_gate: 10
|
4 |
+
duration: 3
|
5 |
+
encoder: contentvec768l12
|
6 |
+
encoder_ckpt: pretrain/contentvec/checkpoint_best_legacy_500.pt
|
7 |
+
encoder_hop_size: 320
|
8 |
+
encoder_out_channels: 768
|
9 |
+
encoder_sample_rate: 16000
|
10 |
+
extensions:
|
11 |
+
- wav
|
12 |
+
f0_extractor: rmvpe
|
13 |
+
f0_max: 800
|
14 |
+
f0_min: 65
|
15 |
+
sampling_rate: 44100
|
16 |
+
train_path: data-panam/train
|
17 |
+
valid_path: data-panam/val
|
18 |
+
device: cuda
|
19 |
+
env:
|
20 |
+
expdir: exp/panam-fp16-1
|
21 |
+
gpu_id: 1
|
22 |
+
infer:
|
23 |
+
method: pndm
|
24 |
+
speedup: 10
|
25 |
+
model:
|
26 |
+
k_step_max: 200
|
27 |
+
n_chans: 512
|
28 |
+
n_layers: 20
|
29 |
+
n_spk: 1
|
30 |
+
pcmer_norm: true
|
31 |
+
type: DiffusionNew
|
32 |
+
use_pitch_aug: true
|
33 |
+
train:
|
34 |
+
amp_dtype: fp16
|
35 |
+
batch_size: 40
|
36 |
+
cache_all_data: true
|
37 |
+
cache_device: cuda
|
38 |
+
cache_fp16: true
|
39 |
+
decay_step: 50000
|
40 |
+
epochs: 10000
|
41 |
+
gamma: 0.5
|
42 |
+
interval_force_save: 2000
|
43 |
+
interval_log: 1
|
44 |
+
interval_val: 1000
|
45 |
+
lambda_ddsp: 1
|
46 |
+
lr: 0.0001
|
47 |
+
num_workers: 0
|
48 |
+
save_opt: false
|
49 |
+
weight_decay: 0
|
50 |
+
vocoder:
|
51 |
+
ckpt: pretrain/nsf_hifigan/model
|
52 |
+
type: nsf-hifigan
|
Panam/model_50000.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9aef712e8fb84c7157e7cdc8d8f8f06ad606c884e9028f131d8dcdc1500f6ef9
|
3 |
+
size 236344654
|