From 8dd4161890872dc2a47741aad8303b41509bfc0c Mon Sep 17 00:00:00 2001 From: Jia Guo Date: Tue, 15 Jan 2019 22:19:27 +0800 Subject: [PATCH] Update README.md --- recognition/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recognition/README.md b/recognition/README.md index 4417264..d315242 100644 --- a/recognition/README.md +++ b/recognition/README.md @@ -1,4 +1,4 @@ copy sample\_config.py to config.py and make neccessary modification. -CUDA\_VISIBLE\_DEVICES='0,1,2,3' python2 train\_softmax.py --network r100 --loss arcface --dataset emore +CUDA\_VISIBLE\_DEVICES='0,1,2,3' python2 train.py --network r100 --loss arcface --dataset emore