SPRAAK
|
Defines the trainer and config objects that are available in the configuration file. More...
Data Structures | |
class | spr_pylib.train.master.MasterConfig |
Defines the attributes of the configuration used by the trainer objects. More... | |
class | spr_pylib.train.master.MasterTrainer |
Defines the trainer object that will perform the various training steps. More... | |
Namespaces | |
spr_pylib.train.master | |
Functions | |
def | spr_pylib.train.master.create_new_trainer |
Instantiates a new trainer object with associated config object. More... | |
def | spr_pylib.train.master.run_user_config |
Runs a training description file in a new environment. More... | |
Defines the trainer and config objects that are available in the configuration file.