CorentinJ / Real-Time-Voice-Cloning

Clone a voice in 5 seconds to generate arbitrary speech in real-time
Other
52.3k stars 8.75k forks source link

hyper parameters of vocoder #1219

Open tok531 opened 1 year ago

tok531 commented 1 year ago

I have a problem in understanding several Parameter in vocoder\hparams.py code: 1- What is the voc_upsample_factors and why is it 3 values ​​and Why does the result of product the 3 values ​​must be equal to hop length 2- What is the meaning of voc_seq_len and why is it the result of (Hop length * 5)? 3- what is the meaning of number of samples to generate at each checkpoint ?