nndet_run_training script#
Run nndet_train command to start nnDetection training for the specified fold.
usage: nndet_run_training [-h] --config-file CONFIG_FILE [--run-fold RUN_FOLD]
[--resume-training RESUME_TRAINING] [-v | -q]
Named Arguments#
- --config-file
File path for the configuration dictionary, used to retrieve experiments variables (Task_ID)
- --run-fold
Index indicating which fold to run. Default:
0Default: “0”
- --resume-training
Flag to indicate training resume after stopping it. Default
no.Default: no
- -v, --verbose
Enable verbose output in terminal. Add multiple times to increase verbosity.
- -q, --silent
Suppress most log outputs in terminal.
Example call:
nndet_run_training --config-file ../CONFIG_FILE.json --run-fold 0
nndet_run_training --config-file ../CONFIG_FILE.json --run-fold 0 --resume-training y