This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Description
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", 500
Got 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_dict are incompatible, we would appreciate your help.
Roy