Show / Hide Table of Contents

Namespace Keras.Applications.DenseNet

Classes

DenseNet121

DenseNet models, with weights pre-trained on ImageNet. This model and can be built both with 'channels_first' data format(channels, height, width) or 'channels_last' data format(height, width, channels). The default input size for this model is 224x224.

DenseNet169

DenseNet models, with weights pre-trained on ImageNet. This model and can be built both with 'channels_first' data format(channels, height, width) or 'channels_last' data format(height, width, channels). The default input size for this model is 224x224.

DenseNet201

DenseNet models, with weights pre-trained on ImageNet. This model and can be built both with 'channels_first' data format(channels, height, width) or 'channels_last' data format(height, width, channels). The default input size for this model is 224x224.

Back to top Generated by DocFX