help="The combinations of experiment/lab-id that you want to generate, separated by whitespace. Experiment and lab id need to be separated by a comma.",
)
parser.add_argument(
"--no_parallel",
action="store_true",
help="If given, configs will not be run in parallel",
)
parser.add_argument(
"--create_cfg_only",
action="store_true",
help="If given, only create the configs and folder structure without processing items",