facebookresearch / mae

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

Question regarding figure 5 on the paper #163

Open ajboloor opened 1 year ago

ajboloor commented 1 year ago

What pipeline was used to report the finetuned accuracy numbers on fig. 5 of the paper?

Specifically, when is the masking done? Is it done only during pretraining?

Or is it done also during finetuning?