keras2cpp icon indicating copy to clipboard operation
keras2cpp copied to clipboard

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

Open sigmoidx opened this issue 7 years ago • 0 comments

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,

sigmoidx avatar Apr 23 '18 07:04 sigmoidx