tflite_model_maker.image_classifier.EfficientNetLite0Spec

Creates EfficientNet-Lite0 model spec. See also: tflite_model_maker.image_classifier.ModelSpec.

uri str, URI to the pretrained model.
compat_tf_versions list of int, compatible TF versions.
input_image_shape list of int, input image shape. Default: [224, 224].
name str, model spec name.