vathos.runner

class Runner(config)[source]

Runner that encapsulated a Trainer

Parameters:config – a dict that contains the current experiment info
setup_train()[source]

sets up the training for the config provided

start_train()[source]

a wrapper that calls self.trainer.start_train()