-
Notifications
You must be signed in to change notification settings - Fork 2
Loss
Johan Ahlqvist edited this page Jul 12, 2019
·
3 revisions
Hyperdock tries to minimize the loss of the optimization target.
The loss.json
format for the loss file is:
{
"state": "ok",
"loss": 0.0
}
State can be either fail or ok. When state is ok Hyperdock expects the float loss to indicate how well the optimization went, where smaller is considered better.