|
@@ -50,7 +50,7 @@ def model_prediction_bp():
|
|
success = 0
|
|
success = 0
|
|
dh = g.dh
|
|
dh = g.dh
|
|
bp = g.bp
|
|
bp = g.bp
|
|
- args = g.opt.__dict__
|
|
|
|
|
|
+ args = deepcopy(g.opt.__dict__)
|
|
logger.info("Program starts execution!")
|
|
logger.info("Program starts execution!")
|
|
try:
|
|
try:
|
|
# ------------ 获取数据,预处理预测数据------------
|
|
# ------------ 获取数据,预处理预测数据------------
|