Preprocess the data and train the model.
Functions
run_train(cfg)
run_train
Train a model pipeline.
Train a model pipeline. Entry point for Hydra which loads the config file.
cfg (DictConfig) – Configuration for the training script
DictConfig
None