| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The hyperparameters. | ||
| BatchSize | long | The batch size for model training. | 32 |
| InputSize | array | 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 | |
| Schedule | Schedule | The learning rate scheduler. | |
| MaxEpoch | long | The number of epochs. | 10 |
| Evaluator | CustomParams | The custom parameters for model training. | |
| DataLoaderWorkers | long | The number of threads used to read the training data. | 4 |
| Optimization | Optimization | The optimization algorithm. | |
| BackupInterval | long | The frequency at which the model configuration is saved. If you set this parameter to 1, model configuration is saved every epoch. | 1 |