loss
loss: string | string[] | {
[key: string]: string;
}
Optionalloss_weights
loss_weights?: number[] | {
[key: string]: number;
}
Optionalmetrics
metrics?: string[] | {
[key: string]: string;
}
optimizer_config
optimizer_config: {}
Optionalsample_weight_mode
sample_weight_mode?: string
Optionalweighted_metrics
weighted_metrics?: string[]
Model training configuration.