Skip to content

Something wrong in implementation of SCSE module #19

Open
@John1231983

Description

@John1231983

Hello, thanks for sharing your implementation. I did not understand why do you add 1 in the return of SCSE module

https://github.com/ansleliu/LightNet/blob/04af22501d644b30a93b30b28b32163d60ae2266/modules/misc.py#L110

I think it should be

return (chn_se + spa_se)

Basiclly, the ScSE did as follows: (1) convolution 1x1 x C for channel side and (2) convolution 1x1x1 for spatial size. Then add (1) and (2)

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