|
|
|
|
|
model_name: "model_name"
|
|
|
|
out_dir: "model_assets"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
resample:
|
|
sampling_rate: 44100
|
|
in_dir: "audios/raw"
|
|
out_dir: "audios/wavs"
|
|
|
|
preprocess_text:
|
|
transcription_path: "filelists/esd.list"
|
|
cleaned_path: ""
|
|
train_path: "filelists/train.list"
|
|
val_path: "filelists/val.list"
|
|
config_path: "config.json"
|
|
val_per_lang: 4
|
|
max_val_total: 12
|
|
clean: true
|
|
|
|
bert_gen:
|
|
config_path: "config.json"
|
|
num_processes: 4
|
|
device: "cuda"
|
|
use_multi_device: false
|
|
|
|
style_gen:
|
|
config_path: "config.json"
|
|
num_processes: 4
|
|
device: "cuda"
|
|
|
|
train_ms:
|
|
env:
|
|
MASTER_ADDR: "localhost"
|
|
MASTER_PORT: 10086
|
|
WORLD_SIZE: 1
|
|
LOCAL_RANK: 0
|
|
RANK: 0
|
|
model: "models"
|
|
config_path: "config.json"
|
|
num_workers: 16
|
|
spec_cache: True
|
|
keep_ckpts: 1
|
|
|
|
webui:
|
|
|
|
device: "cuda"
|
|
|
|
model: "models/G_8000.pth"
|
|
|
|
config_path: "config.json"
|
|
|
|
port: 7860
|
|
|
|
share: false
|
|
|
|
debug: false
|
|
|
|
language_identification_library: "langid"
|
|
|
|
|
|
|
|
server:
|
|
port: 5000
|
|
device: "cuda"
|
|
models:
|
|
- model: ""
|
|
config: ""
|
|
device: "cuda"
|
|
language: "ZH"
|
|
- model: ""
|
|
config: ""
|
|
device: "cpu"
|
|
language: "JP"
|
|
speakers: []
|
|
|