Parameter | Type | Default | Description |
---|---|---|---|
batchSize | number | 2048 | (Optional) Size of each batch processed during training. Larger values may improve training quality but use more memory |
maxIters | number | 100 | (Optional) Maximum number of iterations for the training algorithm. More iterations may improve accuracy but take longer |
tolerance | number | 1e-6 | (Optional) Convergence tolerance for training. Smaller values result in more precise training but may take longer |
Promise<SuccessResponseModel>
: A Promise that resolves to a success response object containing the operation status and training completion message.
Error
Training Errors
Field | Type | Description |
---|---|---|
status | string | Operation status (typically “success”) |
message | string | Descriptive message about the training completion |