HyperEfficientNet 类keras_tuner.applications.HyperEfficientNet(
input_shape=None, input_tensor=None, classes=None, augmentation_model=None, **kwargs
)
一个EfficientNet超模型。
由HyperEfficientNet构建的模型接受形状为(height, width, channels)的图像作为输入。输出是one-hot编码的,其长度与classes参数指定的类别数量相匹配。
参数
(256, 256, 3)。必须指定input_shape或input_tensor中的一个。layers.Input()的输出),用作模型的图像输入。必须指定input_shape或input_tensor中的一个。include_top 为 True 且未指定 weights 参数时指定。Model或HyperModel实例,用于图像增强。keras_tuner.HyperModel。