SourceFilterNeuralFormantSynthesisE2E / config_feature_map.json
ljuvela's picture
added configs
fd33d39
raw
history blame contribute delete
430 Bytes
{
"type": "WaveNet",
"n_feat": 9,
"n_out": 111,
"batch_size": 256,
"pre_train_steps": 10000,
"res_channels": 256,
"skip_channels": 256,
"kernel_size": 5,
"dilations": [
1,
1,
1,
1,
1,
1,
1,
1
],
"causal": false,
"envelope_loss_l1_weight": 1.0,
"envelope_loss_l2_weight": 0.0,
"envelope_loss_log_domain": true
}