Config Generation
Utils for generating yaml files based on given Pydantic model
ConfigEnum
Bases: Enum
Enumerate pydantic configurations based on usage
Source code in conftrainer/confgen/utils.py
save_dummy_config(option, save_dir)
Generate and save a dummy config with null values to given directory
Source code in conftrainer/confgen/utils.py
parse_generate_args()
Parse arguments to generate and save configs