Closed skol101 closed 2 years ago
net_g = SynthesizerTrn(
hps.data.filter_length // 2 + 1,
hps.train.segment_size // hps.data.hop_length,
**hps.model, rank=rank).cuda(rank)
Change input size for your model
hps.data.filter_length // 2 + 1, --> 80
Though you provide code in issue #1 , it doesn't work
This block change (along with eps 1e-9)
leads to error
My vctk_bigvgan.json
IT'd be nice if it was actually possible to test with MEL spectrogram.