facebookresearch / mae

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

Could you provide the pretrained checkpoints of both encoder and decoder in MAE? #188

Closed tangky22 closed 3 months ago

tangky22 commented 5 months ago

Only the pretrained checkpoints of the encoder of MAE are provided in the README file. Could you also provide the pretrained checkpoints of the decoder so that I can pretrain the whole MAE on different datasets? Thanks!

hhhhzp commented 3 months ago

already solved in #8

tangky22 commented 3 months ago

already solved in #8

ok, thanks a lot