Configs can be trained with:
python tools/train.py /path/to/your/config
Model evaluation can be done as follows:
python tools/test.py ${CONFIG_FILE} ${CHECKPOINT_FILE} [--out ${RESULT_FILE}] [--eval ${EVAL_METRICS}] [--show] [--show-dir ${SHOW_DIR}]