weights were not initialized from the checkpoint and are newly initialized:

#16
by barathm11111 - opened

I'm encountering an issue when loading the Wav2Vec2Model from the checkpoint facebook/wav2vec2-base-960h. The following weights were not initialized from the checkpoint and are newly initialized: ['wav2vec2.encoder.pos_conv_embed.conv.parametrizations.weight.original0', 'wav2vec2.encoder.pos_conv_embed.conv.parametrizations.weight.original1', 'wav2vec2.masked_spec_embed']. How can I resolve this?

Sign up or log in to comment