NeuralSVB icon indicating copy to clipboard operation
NeuralSVB copied to clipboard

I got error when inference model. How to fix it ?

Open manhdoan291 opened this issue 6 months ago • 2 comments

CUDA_VISIBLE_DEVICES=0 python tasks/run.py --config egs/datasets/audio/PopBuTFy/vae_global_mle_eng.yaml --exp_name 1012_hifigan_all_songs_nsf --reset --infer RuntimeError: Error(s) in loading state_dict for HifiGanGenerator: Unexpected key(s) in state_dict: "m_source.l_linear.weight", "m_source.l_linear.bias", "noise_convs.0.weight", "noise_convs.0.bias", "noise_convs.1.weight", "noise_convs.1.bias", "noise_convs.2.weight", "noise_convs.2.bias", "noise_convs.3.weight", "noise_convs.3.bias".

manhdoan291 avatar Dec 14 '23 03:12 manhdoan291