From aba244ee208db8b19d8dd2bc705cd5f2979efabb Mon Sep 17 00:00:00 2001 From: KaiyangZhou Date: Mon, 12 Mar 2018 14:35:13 +0000 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ca27ee..5256083 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Training codes are implemented in For example, to train an image reid model using ResNet50 and cross entropy loss, run ``` -python train_img_model_xent.py -d market1501 -a resnet50 --max-epoch 60 --train-batch 32 --test-batch 32 --stepsize 20 --eval-step 20 --save-dir /log/resnet50 --gpu-devices 0 \ +python train_img_model_xent.py -d market1501 -a resnet50 --max-epoch 60 --train-batch 32 --test-batch 32 --stepsize 20 --eval-step 20 --save-dir /log/resnet50 --gpu-devices 0 ``` ## Test