LTH14 / mage

A PyTorch implementation of MAGE: MAsked Generative Encoder to Unify Representation Learning and Image Synthesis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get the unconditional generation result of Maskgit in Table 1?

junwuzhang19 opened this issue · comments

I notice you post the unconditional generation performance of Maskgit in Table 1, but I found there's only class-conditional generation model posted in the original Maskgit paper. I wonder if you train a new unconditional Maskgit or just remove the class embedding when inferencing to get the unconditional generation result. Thanks!

We train a class-unconditional MaskGIT by ourselves.