Skip to content

keras model's summary , first output shape is [(None, 1, 28,28)] #104

Open
@sunpengfei1122

Description

@sunpengfei1122

Layer (type) Output Shape Param #

input_0 (InputLayer) [(None, 28, 28, 1)] 0


27_pad (ZeroPadding2D) (None, 30, 30, 1) 0


the format is [()] , is it for the multi-input? and how can I change it into (). for example, change [(None,1,28,28)] to (None, 1, 28, 28). Thanks

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions