|
@@ -60,7 +60,7 @@ msg+="\n\t - 模型在HDFS中的路径: ${model_save_path}"
|
|
|
msg+="\n\t - 模型上传路径: ${MODEL_OSS_PATH}/${model_name}.tar.gz"
|
|
|
|
|
|
|
|
|
-top10_msg = "| CID | 老模型 | 新模型 | \n| ---- | -------- | -------- | "
|
|
|
+top10_msg="| CID | 老模型 | 新模型 | \n| ---- | -------- | -------- | "
|
|
|
for cid in "${!new_score_map[@]}"; do
|
|
|
top10_msg="${top10_msg} \n| ${cid} | ${old_score_map[$cid]} | ${new_score_map[$cid]} | "
|
|
|
done
|