TensorFlow 1 version |
DenseNet models for Keras.
Reference paper:
- Densely Connected Convolutional Networks (CVPR 2017 Best Paper Award)
Functions
DenseNet121(...)
: Instantiates the Densenet121 architecture.
DenseNet169(...)
: Instantiates the Densenet169 architecture.
DenseNet201(...)
: Instantiates the Densenet201 architecture.
decode_predictions(...)
: Decodes the prediction of an ImageNet model.
preprocess_input(...)
: Preprocesses a tensor or Numpy array encoding a batch of images.