Closed Nioolek closed 2 years ago
dataset have some error,my local is diff with online code,i commmit the new code after a moment
My local is train on two python script, online code for easy show, i merge them into one script. I close the issue, if you have other quesition, pls open again.Thank for you review code.
Thanks to the author for open source related source code
It seems that the losses are different between training_mae and finetune.When training mae and finetune, there is no distinction between the different cases in the forward function.But when calculating loss, finetune receives two variables while Training_mae only receives one.
` with autocast():
`
Code in model forward: ` def forward(self, x):
batch, c, h, w