SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Structures | Namespaces | Functions
master.py File Reference

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...
 

Detailed Description

Defines the trainer and config objects that are available in the configuration file.

Author
Jan Roelens