titu1994 / DenseNet

DenseNet implementation in Keras
MIT License
707 stars 294 forks source link

How to use 'DENSENET_121_WEIGHTS_PATH_NO_TOP'? #56

Closed GewelsJI closed 5 years ago

GewelsJI commented 5 years ago

What's the meaning of "no-top"?

thx!

titu1994 commented 5 years ago

The model builder has the flag no_top, which when set to true does not add the final classification layers. You can use that, create your own classifier layers and use that for fine-tuning.