ddsp-demo / models /config.yaml
pdjdev's picture
Update config.yaml
f7a7a03
raw
history blame
756 Bytes
data:
block_size: 512
duration: 2
encoder: hubertsoft
encoder_ckpt: DDSP-SVC/pretrain/hubert/hubert-soft-0d54a1f4.pt
encoder_hop_size: 320
encoder_out_channels: 256
encoder_sample_rate: 16000
f0_extractor: crepe
f0_max: 800
f0_min: 65
sampling_rate: 44100
train_path: DDSP-SVC/data/train
valid_path: DDSP-SVC/data/val
device: cpu
enhancer:
ckpt: DDSP-SVC/pretrain/nsf_hifigan/model
type: nsf-hifigan
env:
expdir: DDSP-SVC/exp/combsub
gpu_id: 0
loss:
fft_max: 2048
fft_min: 256
n_scale: 4
model:
n_spk: 1
type: CombSubFast
train:
batch_size: 24
cache_all_data: true
cache_device: cpu
cache_fp16: true
epochs: 100000
interval_log: 10
interval_val: 2000
lr: 0.0005
num_workers: 2
weight_decay: 0