keras_visual_layer_type module

KerasVisualLayerType

class edgeimpulse_api.models.keras_visual_layer_type.KerasVisualLayerType(
		*args,
		**kwds
)

allowed enum values

Parameters

  • *args

  • **kwds

Bases

  • builtins.str

  • aenum._enum.Enum

  • enum.Enum

Class variables

  • BATCH_NORMALIZATION The type of the None singleton.

  • CONV1D The type of the None singleton.

  • CONV2D The type of the None singleton.

  • DENSE The type of the None singleton.

  • DROPOUT The type of the None singleton.

  • FLATTEN The type of the None singleton.

  • FOMO_AD_GMM The type of the None singleton.

  • FOMO_AD_PATCHCORE The type of the None singleton.

  • FOMO_AKIDANET_A50 The type of the None singleton.

  • FOMO_MOBILENET_V2_A01 The type of the None singleton.

  • FOMO_MOBILENET_V2_A35 The type of the None singleton.

  • OBJECT_SSD_MOBILENET_V2_FPNLITE_320X320 The type of the None singleton.

  • RESHAPE The type of the None singleton.

  • TRANSFER_AKIDANET_IMAGENET_160_A100 The type of the None singleton.

  • TRANSFER_AKIDANET_IMAGENET_160_A25 The type of the None singleton.

  • TRANSFER_AKIDANET_IMAGENET_160_A50 The type of the None singleton.

  • TRANSFER_AKIDANET_IMAGENET_224_A100 The type of the None singleton.

  • TRANSFER_AKIDANET_IMAGENET_224_A25 The type of the None singleton.

  • TRANSFER_AKIDANET_IMAGENET_224_A50 The type of the None singleton.

  • TRANSFER_KWS_CONV2D_TINY The type of the None singleton.

  • TRANSFER_KWS_MOBILENETV1_A1_D100 The type of the None singleton.

  • TRANSFER_KWS_MOBILENETV2_A35_D100 The type of the None singleton.

  • TRANSFER_KWS_SYNTIANT_NDP10X The type of the None singleton.

  • TRANSFER_MOBILENETV1_A1_D100 The type of the None singleton.

  • TRANSFER_MOBILENETV1_A25_D100 The type of the None singleton.

  • TRANSFER_MOBILENETV1_A2_D100 The type of the None singleton.

  • TRANSFER_MOBILENETV2_160_A1 The type of the None singleton.

  • TRANSFER_MOBILENETV2_160_A35 The type of the None singleton.

  • TRANSFER_MOBILENETV2_160_A5 The type of the None singleton.

  • TRANSFER_MOBILENETV2_160_A75 The type of the None singleton.

  • TRANSFER_MOBILENETV2_A05 The type of the None singleton.

  • TRANSFER_MOBILENETV2_A1 The type of the None singleton.

  • TRANSFER_MOBILENETV2_A35 The type of the None singleton.

  • TRANSFER_ORGANIZATION The type of the None singleton.

Last updated

Was this helpful?