From 3a4c011a02d02203c7b5c6e0c87b9b2b25097ca4 Mon Sep 17 00:00:00 2001 From: Yorusora Date: Thu, 5 Jun 2025 21:58:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E7=BB=86=E4=BA=86=E9=A2=84=E6=B5=8BJ?= =?UTF-8?q?=E5=B3=B0=E5=92=8CR=E5=B3=B0=E6=97=B6=E5=8F=91=E7=94=9F?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- func/utils/Constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func/utils/Constants.py b/func/utils/Constants.py index 20367c4..e481e2f 100644 --- a/func/utils/Constants.py +++ b/func/utils/Constants.py @@ -128,7 +128,7 @@ class Constants: "Calculate_Maxvalue_Pos_Exception": "(计算最大值位置异常)", "Get_Epoch_Exception": "(获取epoch异常)", "Get_Corr_By_Epoch_Exception": "(通过epoch获取相关性异常)", - "Predict_Exception": "(预测异常)", + "Predict_Exception": "(预测异常,请检查模型文件存放是否正确或检测方法是否正确)", "Read_Model_Exception": "(读取模型异常)", "Calculate_Correlation_Value_Equal": "(计算相关性参数相同)", "Calculate_Correlation_JJIVRange_too_Large": "(计算相关性JJIV范围大于RRIV范围)",