Skip to content

Residual Connection #2

@ChuanyangZheng

Description

@ChuanyangZheng

Nice work!
how do you align pruned output connected by residual connection? For example:
x=x+fo(MHA(x)) # fo is output project
x=x+fc2(fc1(x))
if you prune fc2 weight, you should prune fo in MHA as the same, or the dimension can not match.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions