Ver código fonte

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

zhaohaipeng 6 meses atrás
pai
commit
c689193bb4
1 arquivos alterados com 1 adições e 0 exclusões
  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__':