I would like to implement an image completion task based on MaskedImageModeling compatible models.
I interpreted outputs.logits as reconstructed pixel values, yet I couldn’t find resources on how to revert this logits back to PIL image.
Can anyone help with this or provide relevant ressources?
Thanks