Skip to content

When the top layer must be excluded in Keras... #35

Description

@sigmoidx

Hello?

Thanks for nice upload and I have a question about this situation.

In Keras code,


VGG16(weights='imagenet',
          include_top=False,
          input_shape=(224, 224, 3))

In this case the top layer is excluded and there also is an external weight for it.
I wonder this will work without any issue.

Thanks,

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