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