Keras Applications are deep learning models that are made available alongside pre-trained weights. These models can be used for prediction, feature extraction, and fine-tuning.
Weights are downloaded automatically when instantiating a model. They are stored at ~/.keras/models/
.
https://keras.io/applications/#densenet
原文:https://www.cnblogs.com/Allen-rg/p/10449460.html