dome272 / MaskGIT-pytorch

Pytorch implementation of MaskGIT: Masked Generative Image Transformer (https://arxiv.org/pdf/2202.04200.pdf)
MIT License
405 stars 35 forks source link

Could you please provide a test file for image outpainting? #12

Open huafei555 opened 2 years ago

huafei555 commented 2 years ago

Hi dome, thanks for ur implementation about MaskGIT, and there is still a question in the training process. Should I train VQGAN first and then train Transformer? Using the same dataset? Thanks Reply!

zhuqiangLu commented 1 year ago

I think you should train the VQGAN first, then freeze it when training MaskGIT on a same dataset.

brucelighter commented 6 months ago

Hi dome, thanks for ur implementation about MaskGIT, and there is still a question in the training process. Should I train VQGAN first and then train Transformer? Using the same dataset? Thanks Reply!

I'd like to know if you trained successfully in image outpanting, and if so, how the mask was set up during training