You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: