Image Model Settings Classification Response
data class ImageModelSettingsClassificationResponse(val advancedSettings: String? = null, val amsGradient: Boolean? = null, val augmentations: String? = null, val beta1: Double? = null, val beta2: 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 layersToFreeze: Int? = null, val learningRate: Double? = null, val learningRateScheduler: String? = null, val modelName: String? = null, val momentum: Double? = null, val nesterov: Boolean? = 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 trainingBatchSize: Int? = null, val trainingCropSize: Int? = null, val validationBatchSize: Int? = null, val validationCropSize: Int? = null, val validationResizeSize: Int? = null, val warmupCosineLRCycles: Double? = null, val warmupCosineLRWarmupEpochs: Int? = null, val weightDecay: Double? = null, val weightedLoss: Int? = 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 ImageModelSettingsClassificationResponse(advancedSettings: String? = null, amsGradient: Boolean? = null, augmentations: String? = null, beta1: Double? = null, beta2: 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, layersToFreeze: Int? = null, learningRate: Double? = null, learningRateScheduler: String? = null, modelName: String? = null, momentum: Double? = null, nesterov: Boolean? = null, numberOfEpochs: Int? = null, numberOfWorkers: Int? = null, optimizer: String? = null, randomSeed: Int? = null, stepLRGamma: Double? = null, stepLRStepSize: Int? = null, trainingBatchSize: Int? = null, trainingCropSize: Int? = null, validationBatchSize: Int? = null, validationCropSize: Int? = null, validationResizeSize: Int? = null, warmupCosineLRCycles: Double? = null, warmupCosineLRWarmupEpochs: Int? = null, weightDecay: Double? = null, weightedLoss: Int? = 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