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
Maybe there is an issue by loading the pre-trained model (line 61 ckpt_utils.py)
size mismatch for token_embed.weight: copying a param with shape torch.Size([88, 256]) from checkpoint, the shape in current model is torch.Size([87, 256]).
size mismatch for asr_decoder.project_out_dim.weight: copying a param with shape torch.Size([88, 256]) from checkpoint, the shape in current model is torch.Size([87, 256])
The text was updated successfully, but these errors were encountered:
Maybe there is an issue by loading the pre-trained model (line 61 ckpt_utils.py)
The text was updated successfully, but these errors were encountered: