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
raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format( RuntimeError: Error(s) in loading state_dict for RWKV: Missing key(s) in state_dict: "blocks.0.att.v0", "blocks.0.att.v1", "blocks.0.att.v2". size mismatch for emb.weight: copying a param with shape torch.Size([65536, 768]) from checkpoint, the shape in current model is torch.Size([50304, 768]). size mismatch for head.weight: copying a param with shape torch.Size([65536, 768]) from checkpoint, the shape in current model is torch.Size([50304, 768]).
The text was updated successfully, but these errors were encountered:
rwkv_v7_demo.py : args.vocab_size = 50304
01.b 实际:65536
raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format( RuntimeError: Error(s) in loading state_dict for RWKV: Missing key(s) in state_dict: "blocks.0.att.v0", "blocks.0.att.v1", "blocks.0.att.v2". size mismatch for emb.weight: copying a param with shape torch.Size([65536, 768]) from checkpoint, the shape in current model is torch.Size([50304, 768]). size mismatch for head.weight: copying a param with shape torch.Size([65536, 768]) from checkpoint, the shape in current model is torch.Size([50304, 768]).
The text was updated successfully, but these errors were encountered: