You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2024. It is now read-only.
Hi, thank you for the reo! while trying to re-run TWIST we've encounted the following error when initializing CodeHiFiGANVocoder:
Use:
dense_model, quantizer_model, vocab = "mhubert-base-25hz", "kmeans", 500Got the error:
RuntimeError: Error(s) in loading state_dict for HubertModel: Missing key(s) in state_dict: "encoder.pos_conv.0.weight_g", "encoder.pos_conv.0.weight_v". Unexpected key(s) in state_dict: "encoder.pos_conv.0.weight", "encoder.pos_conv.0.running_mean", "encoder.pos_conv.0.running_var", "encoder.pos_conv.0.num_batches_tracked", "encoder.pos_conv.1.weight", "encoder.pos_conv.1.bias".It seems like some of the keys in the
state_dictare incompatible, we would appreciate your help.Roy