Skip to content

Why is model output size 1? #74

Description

@yzhilong

Layer (type) Output Shape Param #

input_1 (InputLayer) (None, 10, 3, 128, 160) 0


prednet_1 (PredNet) (None, 10, 4) 6915948


timedistributed_1 (TimeDistr (None, 10, 1) 5


flatten_1 (Flatten) (None, 10) 0


dense_2 (Dense) (None, 1) 11

Total params: 6,915,964
Trainable params: 6,915,948
Non-trainable params: 16

This is the model summary I got when I loaded in PredNet. I thought that the network outputs an image? If so why is the size of the output layer 1? Shouldn't it be a 2D array or be a size that can be reshaped into an array? I'm a beginner who's quite confused by this

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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