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
Hello, your model has been very helpful to me and has proven to be highly effective. However, I encountered a size mismatch issue during fine-tuning. For example, size mismatch for model.param_proj.proj.0.weight: copying a param with shape torch.Size([1, 256]) from checkpoint, the shape in current model is torch.Size([1, 144]). I tried to solve it myself but without success. I was wondering if you have encountered this issue before? Do you have any ideas on how to resolve it? I am very grateful for your model and your sharing.
The text was updated successfully, but these errors were encountered:
Hello, your model has been very helpful to me and has proven to be highly effective. However, I encountered a size mismatch issue during fine-tuning. For example, size mismatch for model.param_proj.proj.0.weight: copying a param with shape torch.Size([1, 256]) from checkpoint, the shape in current model is torch.Size([1, 144]). I tried to solve it myself but without success. I was wondering if you have encountered this issue before? Do you have any ideas on how to resolve it? I am very grateful for your model and your sharing.
The text was updated successfully, but these errors were encountered: