py_config_runner CLIΒΆ

Command line tool to run a script with python configuration file:

py_config_runner scripts/training.py configs/train/baseline.py

Script file scripts/training.py should define run(config, **kwargs) method. Argument config is loaded from configs/train/baseline.py.

See Example for Machine/Deep Learning for details.