hparams.yaml 702 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. fg_dir: !!python/object/apply:pathlib.Path
  2. - data
  3. - fg
  4. bg_dir: !!python/object/apply:pathlib.Path
  5. - data
  6. - bg
  7. rir_dir: !!python/object/apply:pathlib.Path
  8. - data
  9. - rir
  10. load_fg_only: false
  11. wav_rate: 44100
  12. n_fft: 2048
  13. win_size: 2048
  14. hop_size: 420
  15. num_mels: 128
  16. stft_magnitude_min: 0.0001
  17. preemphasis: 0.97
  18. mix_alpha_range:
  19. - 0.2
  20. - 0.8
  21. nj: 64
  22. training_seconds: 3.0
  23. batch_size_per_gpu: 32
  24. min_lr: 1.0e-05
  25. max_lr: 0.0001
  26. warmup_steps: 1000
  27. max_steps: 1000000
  28. gradient_clipping: 1.0
  29. cfm_solver_method: midpoint
  30. cfm_solver_nfe: 64
  31. cfm_time_mapping_divisor: 4
  32. univnet_nc: 96
  33. lcfm_latent_dim: 64
  34. lcfm_training_mode: cfm
  35. lcfm_z_scale: 6
  36. vocoder_extra_dim: 32
  37. gan_training_start_step: null
  38. praat_augment_prob: 0.2