Hello everyone
I am trying to fine-tune the MAE for reconstruction on my dataset. The reconstruction loss isn't decreasing below a certain level, and the reconstruction quality is inferior. I think the normalization can be the reason behind this low performance.
1-Do we need to use Patchify for the input image if I will use self.norm_pix_loss:?
2- When should we use norm_pix_loss?
Hello everyone
I am trying to fine-tune the MAE for reconstruction on my dataset. The reconstruction loss isn't decreasing below a certain level, and the reconstruction quality is inferior. I think the normalization can be the reason behind this low performance.
1-Do we need to use Patchify for the input image if I will use self.norm_pix_loss:?
2- When should we use norm_pix_loss?