8000 I wonder why the code psconv.py are not consistent with the description in the paper? · Issue #7 · d-li14/PSConv · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
I wonder why the code psconv.py are not consistent with the description in the paper? #7
Open
@wuzhenyubuaa

Description

@wuzhenyubuaa
x1, x2 = x.chunk(2, dim=1)
x_shift = self.gwconv_shift(torch.cat((x2, x1), dim=1))
return self.gwconv(x) + self.conv(x) + x_shift

I think the code is simply add with different dilation.

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

      0