Stable-Pix2Seq icon indicating copy to clipboard operation
Stable-Pix2Seq copied to clipboard

trained model

Open opentld opened this issue 2 years ago • 1 comments

Is there any trained model for testing? Thank you!

opentld avatar Mar 09 '22 06:03 opentld

I used the unofficial-Pix2Seq trained model , and got an error: RuntimeError: Error(s) in loading state_dict for DETR: size mismatch for transformer.embedding.position_embeddings.weight: copying a param with shape torch.Size([500, 256]) from checkpoint, the shape in current model is torch.Size([501, 256]).

opentld avatar Mar 09 '22 06:03 opentld