From 7e0324a4de449b3129754a433009d64b9626175b Mon Sep 17 00:00:00 2001 From: WenmuZhou <572459439@qq.com> Date: Thu, 10 Dec 2020 00:28:57 +0800 Subject: [PATCH] reomve load_static_weights --- configs/cls/cls_mv3.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/cls/cls_mv3.yml b/configs/cls/cls_mv3.yml index c2b17159..b165bc48 100644 --- a/configs/cls/cls_mv3.yml +++ b/configs/cls/cls_mv3.yml @@ -8,7 +8,6 @@ Global: # evaluation is run every 5000 iterations after the 4000th iteration eval_batch_step: [0, 1000] # if pretrained_model is saved in static mode, load_static_weights must set to True - load_static_weights: True cal_metric_during_train: True pretrained_model: checkpoints: -- GitLab