File size: 983 Bytes
cea5a8e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
data:
  block_size: 512
  cnhubertsoft_gate: 10
  duration: 2
  encoder: contentvec768l12
  encoder_ckpt: pretrain/contentvec/checkpoint_best_legacy_500.pt
  encoder_hop_size: 320
  encoder_out_channels: 768
  encoder_sample_rate: 16000
  extensions:
  - wav
  f0_extractor: rmvpe
  f0_max: 800
  f0_min: 65
  sampling_rate: 44100
  train_path: data/train
  valid_path: data/val
device: cuda
env:
  expdir: exp/diffusion-test-16-2
  gpu_id: 1
infer:
  method: dpm-solver
  speedup: 10
model:
  k_step_max: 100
  n_chans: 512
  n_layers: 10
  n_spk: 1
  pcmer_norm: true
  type: DiffusionNew
  use_pitch_aug: true
train:
  amp_dtype: fp16
  batch_size: 36
  cache_all_data: true
  cache_device: cuda
  cache_fp16: true
  decay_step: 25000
  epochs: 100000
  gamma: 0.5
  interval_force_save: 10000
  interval_log: 1
  interval_val: 2000
  lambda_ddsp: 1
  lr: 0.0002
  num_workers: 0
  save_opt: false
  weight_decay: 0
vocoder:
  ckpt: pretrain/nsf_hifigan/model
  type: nsf-hifigan