facebookresearch / mae

PyTorch implementation of MAE https//arxiv.org/abs/2111.06377

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

patchify and unpatchify

tingyushi opened this issue · comments

Hello,

Just a suggestion, maybe change the magic number "3" in patchify and unpatchify to in_chans, so that the model can better adapt grayscale images.

Thanks!!

Hello,

Just a suggestion, maybe change the magic number "3" in patchify and unpatchify to in_chans, so that the model can better adapt grayscale images.

Thanks!!

hello, how to unpatchify?do you have the weights and bias of decoder?