From ecbc2b998fbc43086c2b40a95bea069bb21cf8cc Mon Sep 17 00:00:00 2001 From: stephon Date: Tue, 7 Dec 2021 07:24:01 +0000 Subject: [PATCH] modify binary model configure --- .../GeneralRecognition_PPLCNet_x2_5_binary.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ppcls/configs/GeneralRecognition/GeneralRecognition_PPLCNet_x2_5_binary.yaml b/ppcls/configs/GeneralRecognition/GeneralRecognition_PPLCNet_x2_5_binary.yaml index 2639090e8..728942fe3 100644 --- a/ppcls/configs/GeneralRecognition/GeneralRecognition_PPLCNet_x2_5_binary.yaml +++ b/ppcls/configs/GeneralRecognition/GeneralRecognition_PPLCNet_x2_5_binary.yaml @@ -40,13 +40,11 @@ Arch: # loss function config for traing/eval process Loss: Train: - - DSHSDLoss: + - CELoss: weight: 1.0 - alpha: 0.1 Eval: - - DSHSDLoss: + - CELoss: weight: 1.0 - alpha: 0.1 Optimizer: name: Momentum