All Products
Search
Document Center

Intelligent Media Management:Hyperparameters

Last Updated:Jan 19, 2026
ParameterTypeDescriptionExample
object

The hyperparameters.

BatchSizelong

The batch size for model training.

32
InputSizearray

The image size. The array contains the width and height of the image.

long

The image size. The array contains the width and height of the image.

640
ScheduleSchedule

The learning rate scheduler.

MaxEpochlong

The number of epochs.

10
EvaluatorCustomParams

The custom parameters for model training.

DataLoaderWorkerslong

The number of threads used to read the training data.

4
OptimizationOptimization

The optimization algorithm.

BackupIntervallong

The frequency at which the model configuration is saved. If you set this parameter to 1, model configuration is saved every epoch.

1