From 77cbf27e27ef470da1e1db4e6852ad69fae264c8 Mon Sep 17 00:00:00 2001 From: yinwanqi Date: Fri, 21 Jul 2023 11:02:21 +0800 Subject: [PATCH] update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56b8864..4a67201 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ sh slurm_train.sh {JOB_NAME} {NUM_GPU} {CONFIG_FILE} sh slurm_train.sh smpler_x_h32 16 config_smpler_x_h32.py ``` -- CONFIG_FILE is the file name under SMPLer-X/main/config +- CONFIG_FILE is the file name under `SMPLer-X/main/config` - Logs and checkpoints will be saved to `SMPLer-X/output/train_{JOB_NAME}_{DATE_TIME}`