SAM-Adapter-PyTorch icon indicating copy to clipboard operation
SAM-Adapter-PyTorch copied to clipboard

Questions about the MLPi tune

Open Qi-Zhangyang opened this issue 2 years ago • 2 comments

image

and

image

About the MLPi tune, it is a shared MLP. In the paper, you say it has 32 layers. But in the code it seems only 1 layer.

    self.shared_mlp = nn.Linear(self.embed_dim//self.scale_factor, self.embed_dim)

Qi-Zhangyang avatar May 02 '23 14:05 Qi-Zhangyang