keras2cpp
keras2cpp copied to clipboard
When the top layer must be excluded in Keras...
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,