From 0f435766896d1e6133e357ad2572c5997675c6c4 Mon Sep 17 00:00:00 2001 From: LielinJiang <50691816+LielinJiang@users.noreply.github.com> Date: Tue, 10 Sep 2019 11:55:39 +0800 Subject: [PATCH] Update finetune_icnet.md (#17) Add backbone scale setting. --- turtorial/finetune_icnet.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/turtorial/finetune_icnet.md b/turtorial/finetune_icnet.md index a89266d7..e7b80574 100644 --- a/turtorial/finetune_icnet.md +++ b/turtorial/finetune_icnet.md @@ -65,6 +65,8 @@ MODEL: MODEL_NAME: "icnet" DEFAULT_NORM_TYPE: "bn" MULTI_LOSS_WEIGHT: "[1.0, 0.4, 0.16]" + ICNET: + DEPTH_MULTIPLIER: 0.5 # 其他配置 TRAIN_CROP_SIZE: (512, 512) -- GitLab