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

Is there any plan to release the pretrained checkpoint for ImageNet 256/512? #5

Open Kim-Dongjun opened 2 years ago

Kim-Dongjun commented 2 years ago

Hi, it was mind-blowing to see your works. I am wondering if you have any plan to release all the checkpoints for ImageNet 256/512. Please let me know if you have any plans. Thank you for your devotion to the community.

dome272 commented 2 years ago

Hey, at the moment I have not even trained on ImageNet. Also due to the lack of my computing ressources, I just decided to implement the method and then test it on a small dataset like the Flickr Landscape Dataset. But maybe the authors of the paper will release their checkpoints sometime in the future.

Kim-Dongjun commented 2 years ago

I appreciate for your fast reply! I will check the repo in the future for any further improvement. :) Thank you so much.