Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

GetTrainingInfoLogsRequestSchema

eval_lossnumber

Validation loss value at this training step.

Default: null
lossnumber

Training loss value at this step.

Default: null
stepinteger

Training step number.

Default: null
jsonGetTrainingInfoLogsRequestSchema
{
"eval_loss": null,
"loss": null,
"step": null
}