Explorar o código

feat:添加评估结果分析脚本

zhaohaipeng hai 8 meses
pai
achega
c689193bb4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      ad/model_predict_analyse.py

+ 1 - 0
ad/model_predict_analyse.py

@@ -75,6 +75,7 @@ def _main(model1_predict_path: str, model2_predict_path: str, file: str):
 
     with open(file, "w") as writer:
         writer.write(merged.to_string(index=False))
+    print("0")
 
 
 if __name__ == '__main__':