torch icon indicating copy to clipboard operation
torch copied to clipboard

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

Open GDLmazari opened this issue 1 year ago • 1 comments

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.

GDLmazari avatar Apr 25 '24 11:04 GDLmazari

Thanks for opening the issue! Could you share a minimal snippet of code to reproduce the issue?

JeanKossaifi avatar May 30 '24 18:05 JeanKossaifi