Skip to content

Output shapes for conv do not pass-by static dimensions #150

Open
@ferrine

Description

@ferrine

In the implementation

out_shape = (
1 if img.type.shape[0] == 1 else None,
1 if kern.type.shape[0] == 1 else None,
) + ((None,) * self.convdim)

static dimensions for image.shape[0] and kernel.shape[0] are not propagated to output

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions