### 🚀 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: 1. We can re-purpose the existing method in a BC way by adding an extra named parameter `conv layer` with default value of `Conv2D`. 2. We can explicitly add a new class `Conv3DNormActivation`, which will be very similar to the existing one. ### Additional context _No response_