|
@@ -66,7 +66,7 @@ class OnlineLearningTrainer:
|
|
|
if os.path.isfile(path_card_cfg):
|
|
|
with open(path_card_cfg, mode="r", encoding="utf-8") as f:
|
|
|
self.card_cfg = json.loads(f.read())
|
|
|
- print(f"{FileEnum.CARD_CFG.value} load from【{path_coef}】success.")
|
|
|
+ print(f"{FileEnum.CARD_CFG.value} load from【{path_card_cfg}】success.")
|
|
|
|
|
|
self._columns = list(coef.keys())
|
|
|
# 排个序,防止因为顺序原因导致的可能的bug
|