From 73dd12f6673068937b543832184becb514418f74 Mon Sep 17 00:00:00 2001 From: wuyefeilin <30919197+wuyefeilin@users.noreply.github.com> Date: Tue, 12 May 2020 19:12:23 +0800 Subject: [PATCH] Update README.md --- contrib/HumanSeg/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/HumanSeg/README.md b/contrib/HumanSeg/README.md index 9a208c68..94e9b90c 100644 --- a/contrib/HumanSeg/README.md +++ b/contrib/HumanSeg/README.md @@ -65,7 +65,7 @@ python train.py --model_type HumanSegMobile \ --pretrained_weights pretrained_weights/humanseg_mobile \ --batch_size 8 \ --learning_rate 0.001 \ ---num_epochs 10 \ +--num_epochs 10 ``` 其中参数含义如下: * `--model_type`: 模型类型,可选项为:HumanSegServer、HumanSegMobile和HumanSegLite -- GitLab