Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

About the inference time #7

@Jerryme-xxm

Description

@Jerryme-xxm

Thanks for your great work!

These days I try to compress MobileVit, and reduce the FLOPs and parameters, but the inference time almost doesn't change.

Only when I remove some MV2 blocks, the inference time reduce a little.

My method I used for compressing:
1: Try LinFormer.(This method reduces the FLOPs, but increases the length of sequence. It seems longer sequence means slower speed)
2: Decrease the channels of some layers.
3: Other methods, such as replacing conv33 with conv11(learning from you)

Could you please tell me the reason?

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