sail-sg/MDT

Questions about MAE Loss

Opened this issue · 1 comments

Great works!
However, I also wonder that the reconstruction loss (MSE Loss) in MAE is lost in the code. I couldn't find it.
Does the MDT computes the noising prediction MSE loss twice in training process (one for complete images and the other for masked image)?

def forward_backward(self, batch, cond):
Check this function.