Skip to content

SE模块延时对比一致性问题 #284

@ohmydroid

Description

@ohmydroid

SE模块可以用Conv2d或者Linear两种方式实现,前者可以少一些view操作。mobilenetv3采用的是Linear,ghostnet使用的是Conv2d,view操作的开销应该不大,但是这两种实现在延时上是有差别的。建议对比这两种模型可以保持相同的实现方式测试延时,避免混入对比变量。

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