Skip to content

ConvNormActivation block for 3D convolutions #5430

Closed
@jdsgomes

Description

@jdsgomes

🚀 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions