HyperXception
classkeras_tuner.applications.HyperXception(
include_top=True, input_shape=None, input_tensor=None, classes=None, **kwargs
)
An Xception hypermodel.
Models built by HyperXception
take images with shape (height, width,
channels) as input. The output are one-hot encoded with the length matching
the number of classes specified by the classes
argument.
Arguments
(256, 256, 3)
. One of
input_shape
or input_tensor
must be specified.layers.Input()
)
to use as image input for the model. One of input_shape
or
input_tensor
must be specified.include_top
is True, and if no weights
argument is
specified.keras_tuner.HyperModel
.