Skip to content
Nikolas Markou edited this page Jun 9, 2022 · 6 revisions

The training configuration is in the form of a json file that follows the schema:

{
    "model": {

    },
    "train": {

    },
    "loss": {
    
    },
    "dataset": {
    
    }
}

Full examples

Clone this wiki locally