Skip to content

transformations in MiniViT paper #224

Open
@gudrb

Description

@gudrb

Hello, I have a question about the transformations in the MiniViT paper.

I could find the first transformation (implemented in the MiniAttention class) in the code:

attn = self.conv_l(attn)

However, i couldn't find the second transformation in the code (which should be before or inside the MLP in the MiniBlock class)

class MiniBlock(nn.Module):

Could you please let me know where the second transformation is?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions