From 9e895ca837d18a1768b35c6e80d62c4677648194 Mon Sep 17 00:00:00 2001 From: Yi Zhu Date: Mon, 24 Jun 2019 18:16:04 -0700 Subject: [PATCH] Update GETTING_STARTED.md --- GETTING_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 205a3ad9..27ec508c 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -25,7 +25,7 @@ python tools/test_recognizer.py configs/ucf101/tsn_rgb_bninception.py tsn_2d_rgb ### Train a model with multiple GPUs To reproduce the model, we provide training scripts as follows: ```shell -./tools/dist_train_recognizer.sh config/ucf101/tsn_rgb_bninception.py 8 --validate +./tools/dist_train_recognizer.sh configs/ucf101/tsn_rgb_bninception.py 8 --validate ``` - `--validate`: performs evaluation every k (default=1) epochs during the training, which help diagnose training process.