Image Model Settings Object Detection Response
data class ImageModelSettingsObjectDetectionResponse(val advancedSettings: String? = null, val amsGradient: Boolean? = null, val augmentations: String? = null, val beta1: Double? = null, val beta2: Double? = null, val boxDetectionsPerImage: Int? = null, val boxScoreThreshold: Double? = null, val checkpointFrequency: Int? = null, val checkpointModel: MLFlowModelJobInputResponse? = null, val checkpointRunId: String? = null, val distributed: Boolean? = null, val earlyStopping: Boolean? = null, val earlyStoppingDelay: Int? = null, val earlyStoppingPatience: Int? = null, val enableOnnxNormalization: Boolean? = null, val evaluationFrequency: Int? = null, val gradientAccumulationStep: Int? = null, val imageSize: Int? = null, val layersToFreeze: Int? = null, val learningRate: Double? = null, val learningRateScheduler: String? = null, val maxSize: Int? = null, val minSize: Int? = null, val modelName: String? = null, val modelSize: String? = null, val momentum: Double? = null, val multiScale: Boolean? = null, val nesterov: Boolean? = null, val nmsIouThreshold: Double? = null, val numberOfEpochs: Int? = null, val numberOfWorkers: Int? = null, val optimizer: String? = null, val randomSeed: Int? = null, val stepLRGamma: Double? = null, val stepLRStepSize: Int? = null, val tileGridSize: String? = null, val tileOverlapRatio: Double? = null, val tilePredictionsNmsThreshold: Double? = null, val trainingBatchSize: Int? = null, val validationBatchSize: Int? = null, val validationIouThreshold: Double? = null, val validationMetricType: String? = null, val warmupCosineLRCycles: Double? = null, val warmupCosineLRWarmupEpochs: Int? = null, val weightDecay: Double? = null)
Settings used for training the model. For more information on the available settings please visit the official documentation: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models.
Constructors
Link copied to clipboard
fun ImageModelSettingsObjectDetectionResponse(advancedSettings: String? = null, amsGradient: Boolean? = null, augmentations: String? = null, beta1: Double? = null, beta2: Double? = null, boxDetectionsPerImage: Int? = null, boxScoreThreshold: Double? = null, checkpointFrequency: Int? = null, checkpointModel: MLFlowModelJobInputResponse? = null, checkpointRunId: String? = null, distributed: Boolean? = null, earlyStopping: Boolean? = null, earlyStoppingDelay: Int? = null, earlyStoppingPatience: Int? = null, enableOnnxNormalization: Boolean? = null, evaluationFrequency: Int? = null, gradientAccumulationStep: Int? = null, imageSize: Int? = null, layersToFreeze: Int? = null, learningRate: Double? = null, learningRateScheduler: String? = null, maxSize: Int? = null, minSize: Int? = null, modelName: String? = null, modelSize: String? = null, momentum: Double? = null, multiScale: Boolean? = null, nesterov: Boolean? = null, nmsIouThreshold: Double? = null, numberOfEpochs: Int? = null, numberOfWorkers: Int? = null, optimizer: String? = null, randomSeed: Int? = null, stepLRGamma: Double? = null, stepLRStepSize: Int? = null, tileGridSize: String? = null, tileOverlapRatio: Double? = null, tilePredictionsNmsThreshold: Double? = null, trainingBatchSize: Int? = null, validationBatchSize: Int? = null, validationIouThreshold: Double? = null, validationMetricType: String? = null, warmupCosineLRCycles: Double? = null, warmupCosineLRWarmupEpochs: Int? = null, weightDecay: Double? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Number of layers to freeze for the model. Must be a positive integer. For instance, passing 2 as value for 'seresnext' means freezing layer0 and layer1. For a full list of models supported and details on layer freeze, please see: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard