Skip to content

This repo has almost 300 stars but does *NOT* have residual connections #11

Description

@MatthewBM

Author wrote:

def forward(self, x):
    return self.conv_block(x) + self.conv_skip(x)

Which will function like a grouped convolution. A skip would be:

def forward(self, x):
    return self.conv_block(x) + x

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