From 069b8897e89fde78d1a0612ca4349152971f7a64 Mon Sep 17 00:00:00 2001 From: zhangpu <1250681871@qq.com> Date: Fri, 5 Dec 2025 10:09:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- train/grid_search_cosface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/train/grid_search_cosface.py b/train/grid_search_cosface.py index e72e4cf..6099955 100644 --- a/train/grid_search_cosface.py +++ b/train/grid_search_cosface.py @@ -57,8 +57,8 @@ GRID_PARAMS = { 'm': [0.32, 0.35, 0.38, 0.40,0.45,0.50], # margin参数 }, 'whole_ingredient': { - 's': [60.0 ,64.0, 68.0], - 'm': [0.32, 0.35, 0.38, 0.40], + 's': [64.0, 68.0], + 'm': [0.40, 0.42, 0.43, 0.45], }, 'processed_ingredient': { 's': [56.0, 60.0, 64.0, 68.0],