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

Replication of Pix2Seq with Pretrained Model

Results 8 Pretrained-Pix2Seq issues
Sort by recently updated
recently updated
newest added

Thanks for your work. The official code is in https://github.com/google-research/pix2seq.

I found that it takes about 75 minutes per epoch during I was training 'Pre-trained Pix2Seq', while only takes 50 minutes per epoch in 'Stable Pix2Seq'. Why? Where's the differences...

I found that the loss gap between training and inference stage is very large. The loss in inference stage is 10 times that in training. Even making inference on the...

hi, great work! We also try to reimplement the Pix2Seq, we find the absolute coordinate is useful, which is similar to your LargeScaleJitter (pad or crop the image to the...

Great work! Have you implemented NUCLEUS SAMPLING mentioned in paper? Thank you.

Hi! Thank you for your great work. And I have some problems about your work: in the paper,there are some dropouts for class when building input seq,but in your work...