Closed
Description
🚀 The feature
I suggest we add a Conv3d
equivalent for the ConvNormActivation
block
Motivation, pitch
This will be used in the upcoming ResNext3d implementation.
Alternatives
I see two possible alternatives:
-
We can re-purpose the existing method in a BC way by adding an extra named parameter
conv layer
with default value ofConv2D
. -
We can explicitly add a new class
Conv3DNormActivation
, which will be very similar to the existing one.
Additional context
No response