Skip to content
Johan Ahlqvist edited this page Jul 12, 2019 · 3 revisions

Hyperdock tries to minimize the loss of the optimization target.

Loss File

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.

Clone this wiki locally