You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
GDLmazari
changed the title
AssertionError: padding="same" and groups=
AssertionError: padding="same" and groups=in_channels in 3D convolution not supported
Apr 25, 2024
GDLmazari
changed the title
AssertionError: padding="same" and groups=in_channels in 3D convolution not supported
padding="same" and groups=in_channels in 3D convolution not supported
Apr 25, 2024
I have tried to make a 3D convolutional layer with the following parameters:
padding='same'
andgroups='in_channels'
and l get anAssertionError.
Either withtltorch.FactorizedConv()
ortltorch.FactorizedConv.from_conv()
It seems that
padding='same'
withgroups
is not supported in tensorly.padding='same'
in pytorch pytorch doc on paddinggroups= in_channels
in pytorch groups in convThank you for your help.
The text was updated successfully, but these errors were encountered: