Skip to content

Bug in the Spatial Attention class. #35

@faruknane

Description

@faruknane

Hi,

here in this line, there is a minor bug.

Instead of self.proj_out = zero_module(nn.Linear(in_channels, inner_dim)) it should be self.proj_out = zero_module(nn.Linear(inner_dim, in_channels))

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