From 17bf532a1b81fee81964eb94adeb84c2520b0a53 Mon Sep 17 00:00:00 2001 From: Yorusora <2023025086@m.scnu.edu.cn> Date: Tue, 17 Jun 2025 08:46:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E9=A2=84=E6=B5=8B=E5=BC=82=E5=B8=B8=E7=9A=84=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E6=8F=90=E7=A4=BA=E5=86=85=E5=AE=B9?= 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 7eebd61..c6f57aa 100644 --- a/func/utils/Constants.py +++ b/func/utils/Constants.py @@ -158,7 +158,7 @@ class Constants: "Invalid_Side_Parameter": "(无效的方向参数)", "Get_Epoch_Exception": "(获取epoch异常)", "Get_Corr_By_Epoch_Exception": "(通过epoch获取相关性异常)", - "Predict_Exception": "(预测异常,请检查模型文件存放是否正确或检测方法是否正确)", + "Predict_Exception": "(预测异常,请检查模型文件存放是否正确或检测方法是否正确,或是尝试勾选上“强制使用CPU”运行)", "Read_Model_Exception": "(读取模型异常)", "Calculate_Correlation_Value_Equal": "(计算相关性参数相同)", "Get_Corresponding_Interval_Exception": "(获取对应区间异常)",