Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S2UT model pre-training using pretrained wav2vec 2 showing dimension mismatch #347

Open
mahendraphd opened this issue Feb 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mahendraphd
Copy link

I am training S2UT models, for which two models are s2ut_transformer and s2ut_transformer_fisher.
Both are showing dimension mismatch with wav2vec2 base models; some other models show dict key mismatch,

Which wav2vec pre-trained model is compatible with the s2ut model?
Or suggest any available S2UT model along with multitask learning that can be given pretraining using wav2vec of some other relevant pre-trained models?

size mismatch for encoder.layer_norm.weight: copying a param with shape torch.Size([768]) from checkpoint, the shape in current model is torch.Size([512]).
size mismatch for encoder.layer_norm.bias: copying a param with shape torch.Size([768]) from checkpoint, the shape in current model is torch.Size([512]).

@mahendraphd mahendraphd added the enhancement New feature or request label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant