Skip to content

padding="same" and groups=in_channels in 3D convolution not supported #36

Description

@GDLmazari

I have tried to make a 3D convolutional layer with the following parameters:
padding='same' and groups='in_channels' and l get an AssertionError. Either with
tltorch.FactorizedConv() or tltorch.FactorizedConv.from_conv()

It seems that padding='same' with groups is not supported in tensorly.

Thank you for your help.

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