PitchVC / config_v1_16k.json
OlaWod's picture
first commit
18be3e0
raw
history blame
No virus
848 Bytes
{
"F0_path": "Utils/JDC/bst.t7",
"use_aug": true,
"resblock": "1",
"num_gpus": 1,
"batch_size": 16,
"learning_rate": 0.0002,
"adam_b1": 0.8,
"adam_b2": 0.99,
"lr_decay": 0.999,
"seed": 1234,
"upsample_rates": [10,8],
"upsample_kernel_sizes": [20,16],
"upsample_initial_channel": 512,
"resblock_kernel_sizes": [3,7,11],
"resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
"gen_istft_n_fft": 16,
"gen_istft_hop_size": 4,
"segment_size": 16000,
"num_mels": 80,
"n_fft": 1024,
"hop_size": 320,
"win_size": 1024,
"sampling_rate": 16000,
"fmin": 0,
"fmax": 8000,
"fmax_for_loss": null,
"num_workers": 8,
"dist_config": {
"dist_backend": "nccl",
"dist_url": "tcp://localhost:54321",
"world_size": 1
}
}