Skip to content

Up3 - Transpose conv has kernel size (1,1) #23

@dvorst

Description

@dvorst

In Up3, the tranpose conv has kernel size (1,1). From what i know this is quite uncommon, is there a reason why this isn't (2,2) or (4,4) ?

up = Conv2DTranspose(int(input1.shape[-1]),(1, 1), strides=(2, 2), padding='same')(input2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions