Skip to content

in_channels must be divisible by groups #9

@yoyolicoris

Description

@yoyolicoris

if in_channels % 2 != 0:

In L184 and L189, why the condition statement is *_channels % 2 != 0 but not *_channels % groups != 0?
Seems not match with the error message.

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