main

Preprocess the data and train the model.

Functions

run_train(cfg)

Train a model pipeline.

main.run_train(cfg)[source]

Train a model pipeline. Entry point for Hydra which loads the config file.

Parameters:

cfg (DictConfig) – Configuration for the training script

Return type:

None