facebookresearch / mae

PyTorch implementation of MAE https//arxiv.org/abs/2111.06377
Other
7.2k stars 1.2k forks source link

Doesn't get the result of visual demo #136

Open newuserforstudy opened 1 year ago

newuserforstudy commented 1 year ago

According to the visual demo named mae_visualize.ipynb , I get a different result using the same image and the same pretraind model.What happened? some message: _IncompatibleKeys(missing_keys=['mask_token', 'decoder_pos_embed', 'decoder_embed.weight', 'decoder_embed.bias', ...)

zengjunjie1026 commented 1 year ago

image