NaturalSpeech2 / egs /tta /autoencoderkl /exp_config_base.json
yuancwang
add app
9893813
raw
history blame contribute delete
No virus
227 Bytes
{
"base_config": "config/autoencoderkl.json",
"model_type": "AutoencoderKL",
"dataset": [
"AudioCaps"
],
"preprocess": {
"train_file": "train.json",
"valid_file": "vaild.json"
}
}